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 | 祉?∈醍? | 1000111010000011001111111000000110111000100100011110011100111111 | 8e833f81b891e73f |
EUC-JP | 祉?∈醍? | 1011101111100011001111111010001010111010110000101110100100111111 | bbe33fa2bac2e93f |
UTF-8 | 祉곕∈醍끽 | 111001111010010110001001111010101011001110010101111000101000100010001000111010011000011010001101111010111000000110111101 | e7a589eab395e28888e9868deb81bd |
UHC | 祉곕∈醍끽 | 11110010101100111011000011101011101000011111010011110000101101011011001110100011 | f2b3b0eba1f4f0b5b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)