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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 筌⑤?h筌 | 1110001010100011100001110100010000111111011010001110001010100011 | e2a387443f68e2a3 |
EUC-JP | 筌??h筌 | 11100100101001010011111100111111011010001110010010100101 | e4a53f3f68e4a5 |
UTF-8 | 筌⑤젣h筌 | 11100111101011011000110011100010100100011010010011101100101000001010001101101000111001111010110110001100 | e7ad8ce291a4eca0a368e7ad8c |
UHC | 筌⑤젣h筌 | 111011111010011110101000111010111010000010011100011010001110111110100111 | efa7a8eba09c68efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)