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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シェセシ瑁治 | 1011110010101010101111101011110011100000111011101000111010100001 | bcaabebce0ee8ea1 |
EUC-JP | シェセシ瑁治 | 100011101011110010001110101010101000111010111110100011101011110011100000111100001011110010100011 | 8ebc8eaa8ebe8ebce0f0bca3 |
UTF-8 | シェセシ瑁治 | 111011111011110110111100111011111011110110101010111011111011110110111110111011111011110110111100111001111001000110000001111001101011001010111011 | efbdbcefbdaaefbdbeefbdbce79181e6b2bb |
UHC | ????瑁治 | 0011111100111111001111110011111111011001110000011111011010111101 | 3f3f3f3fd9c1f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)