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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 螯雁mB | 11100101101001101000101011100101100000101000110101000010 | e5a68ae5828d42 |
EUC-JP | 螯雁mB | 11101010101010001011010011100111101000111110110101000010 | eaa8b4e7a3ed42 |
UTF-8 | 螯雁mB | 11101000100111101010111111101001100110111000000111101111101111011000110101000010 | e89eafe99b81efbd8d42 |
UHC | ?雁mB | 001111111110010011010010101000111110110101000010 | 3fe4d2a3ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)