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 | 茲肢せB | 11100100101000101000111010001000100000101011100101000010 | e4a28e8882b942 |
EUC-JP | 茲肢せB | 11101000101001001011101111101000101001001011101101000010 | e8a4bbe8a4bb42 |
UTF-8 | 茲肢せB | 11101000100011001011001011101000100000101010001011100011100000011001101101000010 | e88cb2e882a2e3819b42 |
UHC | ?肢せB | 001111111111001010110110101010101011101101000010 | 3ff2b6aabb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)