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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瘉甍瑟 | 111000011000100011100001010011111110000011101100 | e188e14fe0ec |
EUC-JP | 瘉甍瑟 | 111000011110100011100001101100001110000011101110 | e1e8e1b0e0ee |
UTF-8 | 瘉甍瑟 | 111001111001100010001001111001111001010010001101111001111001000110011111 | e79889e7948de7919f |
UHC | ??瑟 | 00111111001111111110001110100010 | 3f3fe3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)