To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 袙鼇蓮F | 11100101110110001110101010000111100110000100000001000110 | e5d8ea87984046 |
EUC-JP | 袙鼇蓮F | 11101010110110101111001111100111110011111010000101000110 | eadaf3e7cfa146 |
UTF-8 | 袙鼇蓮F | 11101000101000101001100111101001101111001000011111101000100100111010111001000110 | e8a299e9bc87e893ae46 |
UHC | ?鼇蓮F | 001111111110100010101000110101101010010101000110 | 3fe8a8d6a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)