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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蜍コ隴倬擱B | 11100101100010111011101011101000101011011001100011101001100111011010011001000010 | e58bbae8ad98e99da642 |
EUC-JP | 蜍コ隴倬擱B | 1110100111101011100011101011101011110000101011111101000011101011110110101010100001000010 | e9eb8ebaf0afd0ebdaa842 |
UTF-8 | 蜍コ隴倬擱B | 11101000100111001000110111101111101111011011101011101001100110101011010011100101100000001010110011100110100100111011000101000010 | e89c8defbdbae99ab4e580ace693b142 |
UHC | ???倬?B | 00111111001111110011111111110110111100000011111101000010 | 3f3f3ff6f03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)