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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蟒改蟒改B | 111001011011101110001001111111001110010110111011100010011111110001000010 | e5bb89fce5bb89fc42 |
EUC-JP | 蟒改蟒改B | 111010101011110110110010111111101110101010111101101100101111111001000010 | eabdb2feeabdb2fe42 |
UTF-8 | 蟒改蟒改B | 11101000100111111001001011100110100101001011100111101000100111111001001011100110100101001011100101000010 | e89f92e694b9e89f92e694b942 |
UHC | ?改?改B | 00111111110010111100011100111111110010111100011101000010 | 3fcbc73fcbc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)