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 | 100010001110101000111111011011110100001001000110 | 88ea3f6f4246 |
EUC-JP | 一?oBF | 101100001110110000111111011011110100001001000110 | b0ec3f6f4246 |
UTF-8 | 一렱oBF | 111001001011100010000000111010111010000010110001011011110100001001000110 | e4b880eba0b16f4246 |
UHC | 一렱oBF | 11101100111010011000111010111110011011110100001001000110 | ece98ebe6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)