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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銕宇 | 11100111111011001000100101000110 | e7ec8946 |
EUC-JP | 銕宇 | 11101110111011101011000110100111 | eeeeb1a7 |
UTF-8 | 銕宇 | 111010011000101010010101111001011010111010000111 | e98a95e5ae87 |
UHC | ?宇 | 001111111110100111010100 | 3fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)