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 | 111001101011001010011010010000001110011010110010100110100100000001000010 | e6b29a40e6b29a4042 |
SJIS-WIN | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
EUC-JP | æ??@æ??@B | 10001111101010011100000100111111001111110100000010001111101010011100000100111111001111110100000001000010 | 8fa9c13f3f408fa9c13f3f4042 |
UTF-8 | æ²@æ²@B | 110000111010011011000010101100101100001010011010010000001100001110100110110000101011001011000010100110100100000001000010 | c3a6c2b2c29a40c3a6c2b2c29a4042 |
UHC | æ²?@æ²?@B | 10101001101000011010100111110111001111110100000010101001101000011010100111110111001111110100000001000010 | a9a1a9f73f40a9a1a9f73f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)