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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凝??裔 | 100010111100001100111111001111111110010111100001 | 8bc33f3fe5e1 |
EUC-JP | 凝??裔 | 101101101100010100111111001111111110101011100011 | b6c53f3feae3 |
UTF-8 | 凝쒓퉮裔 | 111001011000011110011101111011001001001010010011111011011000100110101110111010001010001110010100 | e5879dec9293ed89aee8a394 |
UHC | 凝쒓퉮裔 | 1110101111101010100111001110101010111001100001101110011111100000 | ebea9ceab986e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)