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 | 歪??洵?? | 1001100001100011001111110011111110011111101010110011111100111111 | 98633f3f9fab3f3f |
EUC-JP | 歪??洵?? | 1100111111000100001111110011111111011110101011010011111100111111 | cfc43f3fdead3f3f |
UTF-8 | 歪뺣끆洵졿걗 | 111001101010110110101010111010111011101010100011111010111000000110000110111001101011010010110101111011001010000110111111111010101011000110010111 | e6adaaebbaa3eb8186e6b4b5eca1bfeab197 |
UHC | 歪뺣끆洵졿걗 | 111010001110000010010101111010111000010110111010111000101110011110100000111001101000000110000010 | e8e095eb85bae2e7a0e68182 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)