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 | 獰???蜈 | 11100000110101100011111100111111001111111110010110000101 | e0d63f3f3fe585 |
EUC-JP | 獰???蜈 | 11100000110110000011111100111111001111111110100111100101 | e0d83f3f3fe9e5 |
UTF-8 | 獰씲곤슛蜈 | 111001111000110110110000111011001001010010110010111010101011001110100100111011001000101010011011111010001001110010001000 | e78db0ec94b2eab3a4ec8a9be89c88 |
UHC | 獰씲곤슛蜈 | 11100111101111101001110111000010101100001110111110111101101110001110100010100101 | e7be9dc2b0efbdb8e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)