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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋冶崟蟯 | 1110100011111001100101101110100010011011101111101110010110110010 | e8f996e89bbee5b2 |
EUC-JP | 顋冶崟蟯 | 1111000011111011110011001110101011010110110000001110101010110100 | f0fbccead6c0eab4 |
UTF-8 | 顋冶崟蟯 | 111010011010000110001011111001011000011010110110111001011011010010011111111010001001111110101111 | e9a18be586b6e5b49fe89faf |
UHC | ?冶?蟯 | 001111111110010110100111001111111110100110101000 | 3fe5a73fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)