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 | 辱??宥?? | 1001000001001010001111110011111110010111010001110011111100111111 | 904a3f3f97473f3f |
EUC-JP | 辱??宥?? | 1011111110101011001111110011111111001101101010000011111100111111 | bfab3f3fcda83f3f |
UTF-8 | 辱됰벣宥좎틝 | 111010001011111010110001111010111001000010110000111010111011001010100011111001011010111010100101111011001010001010001110111011011000101110011101 | e8beb1eb90b0ebb2a3e5aea5eca28eed8b9d |
UHC | 辱됰벣宥좎틝 | 111010011011010010001001111010111001001110111100111010101110100110100000111011001011101010001001 | e9b489eb93bceae9a0ecba89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)