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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 鉅ッoBF | 111001111110100010101111011011110100001001000110 | e7e8af6f4246 |
EUC-JP | 鉅ッoBF | 11101110111010101000111010101111011011110100001001000110 | eeea8eaf6f4246 |
UTF-8 | 鉅ッoBF | 111010011000100110000101111011111011110110101111011011110100001001000110 | e98985efbdaf6f4246 |
UHC | 鉅?oBF | 110010111110100100111111011011110100001001000110 | cbe93f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)