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 | 犲珈珈牋獰 | 11100000101110101110000011011011111000001101101111100000101011101110000011010110 | e0bae0dbe0dbe0aee0d6 |
EUC-JP | 犲珈珈牋獰 | 11100000101111001110000011011101111000001101110111100000101100001110000011011000 | e0bce0dde0dde0b0e0d8 |
UTF-8 | 犲珈珈牋獰 | 111001111000101010110010111001111000111110001000111001111000111110001000111001111000100110001011111001111000110110110000 | e78ab2e78f88e78f88e7898be78db0 |
UHC | ????獰 | 001111110011111100111111001111111110011110111110 | 3f3f3f3fe7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)