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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 薑常従F | 11100101010001111000111111101101100011110101110101000110 | e5478fed8f5d46 |
EUC-JP | 薑常従F | 11101001101010001011111011101111101111011011111001000110 | e9a8beefbdbe46 |
UTF-8 | 薑常従F | 11101000100101101001000111100101101110001011100011100101101111101001001101000110 | e89691e5b8b8e5be9346 |
UHC | 薑常?F | 110010111011100111011111110010000011111101000110 | cbb9dfc83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)