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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 蜚丞蛤a | 11100101100101001000111111100101100101001011100001100001 | e5948fe594b861 |
EUC-JP | 蜚丞蛤a | 11101001111101001011111011100111110010001011101001100001 | e9f4bee7c8ba61 |
UTF-8 | 蜚丞蛤a | 11101000100111001001101011100100101110001001111011101000100110111010010001100001 | e89c9ae4b89ee89ba461 |
UHC | 蜚丞蛤a | 11011110101001001110001110101010111110011110110101100001 | dea4e3aaf9ed61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)