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 | 蕭ルΗ | 111001010100101010000011100010111000001110100101 | e54a838b83a5 |
EUC-JP | 蕭ルΗ | 111010011010101110100101111010111010011010100111 | e9aba5eba6a7 |
UTF-8 | 蕭ルΗ | 1110100010010101101011011110001110000011101010111100111010010111 | e895ade383abce97 |
UHC | 蕭ルΗ | 111000011100101110101011111010111010010111000111 | e1cbabeba5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)