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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絛梧陰薨 | 1110001101010101100011001110011010001001010000011110010101001001 | e3558ce68941e549 |
EUC-JP | 絛梧陰薨 | 1110010110110110101110001110100010110001101000101110100110101010 | e5b6b8e8b1a2e9aa |
UTF-8 | 絛梧陰薨 | 111001111011010110011011111001101010001010100111111010011001100110110000111010001001011010101000 | e7b59be6a2a7e999b0e896a8 |
UHC | ?梧陰薨 | 00111111111001111111110011101011111001001111110110111100 | 3fe7fcebe4fdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)