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 | 綵ъコ | 1110001101011100100001001000110010111010 | e35c848cba |
EUC-JP | 綵ъコ | 111001011011110110100111111011001000111010111010 | e5bda7ec8eba |
UTF-8 | 綵ъコ | 1110011110110110101101011101000110001010111011111011110110111010 | e7b6b5d18aefbdba |
UHC | 綵ъ? | 1111001111110111101011001110110000111111 | f3f7acec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)