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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆樊コキ褂 | 1110100011110111100111101110011010111010101101111110010111100110 | e8f79ee6bab7e5e6 |
EUC-JP | 顆樊コキ褂 | 11110000111110011101110011101000100011101011101010001110101101111110101011101000 | f0f9dce88eba8eb7eae8 |
UTF-8 | 顆樊コキ褂 | 111010011010000110000110111001101010100010001010111011111011110110111010111011111011110110110111111010001010010010000010 | e9a186e6a88aefbdbaefbdb7e8a482 |
UHC | 顆樊??? | 11001110101010001101101111100000001111110011111100111111 | cea8dbe03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)