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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉛??暎←? | 100010011001010000111111001111111001110111110011100000011010100100111111 | 89943f3f9df381a93f |
EUC-JP | 鉛??暎←? | 101100011111010000111111001111111101101011110101101000101010101100111111 | b1f43f3fdaf5a2ab3f |
UTF-8 | 鉛뗧듅暎←뎸 | 111010011000100110011011111010111001011110100111111010111001001110000101111001101001101010001110111000101000011010010000111010111000111010111000 | e9899beb97a7eb9385e69a8ee28690eb8eb8 |
UHC | 鉛뗧듅暎←뎸 | 111001101110011110001011111001111000101010111001111001111011001010100001111001111000100110001011 | e6e78be78ab9e7b2a1e7898b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)