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 | ?使㏄ | 0011111110001110011001111000011101110100 | 3f8e678774 |
EUC-JP | ?使? | 00111111101110111100100000111111 | 3fbbc83f |
UTF-8 | 렻使㏄ | 111010111010000010111011111001001011110110111111111000111000111110000100 | eba0bbe4bdbfe38f84 |
UHC | 렻使㏄ | 100011101100001111011110110001011010011110100110 | 8ec3dec5a7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)