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 | 邯珠濫 | 111001111011011010001110111011001001011110010100 | e7b68eec9794 |
EUC-JP | 邯珠濫 | 111011101011100010111100111011101100110111110100 | eeb8bceecdf4 |
UTF-8 | 邯珠濫 | 111010011000001010101111111001111000111110100000111001101011111110101011 | e982afe78fa0e6bfab |
UHC | 邯珠濫 | 110010101111101111110001110000011101010110111101 | cafbf1c1d5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)