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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凋蓑?彦? | 1001001010011100100101101010101000111111100101010100011000111111 | 929c96aa3f95463f |
EUC-JP | 凋蓑?彦? | 1100001111111100110011001010110000111111110010011010011100111111 | c3fcccac3fc9a73f |
UTF-8 | 凋蓑본彦렏 | 111001011000011110001011111010001001001110010001111010111011001110111000111001011011110110100110111010111010000010001111 | e5878be89391ebb3b8e5bda6eba08f |
UHC | 凋蓑본彦렏 | 11110000101111011101111011101110101110101011101111100101111010011000111010100101 | f0bddeeebabbe5e98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)