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 | 畏蛟??祭攀 | 10001000110110001110010110000000001111110011111110001101110101011001110110110011 | 88d8e5803f3f8dd59db3 |
EUC-JP | 畏蛟??祭攀 | 10110000110110101110100111100000001111110011111110111010110101111101101010110101 | b0dae9e03f3fbad7dab5 |
UTF-8 | 畏蛟렰렗祭攀 | 111001111001010110001111111010001001101110011111111010111010000010110000111010111010000010010111111001111010010110101101111001101001010010000000 | e7958fe89b9feba0b0eba097e7a5ade69480 |
UHC | 畏蛟렰렗祭攀 | 111010001110011011001110111100011000111010111101100011101010110011110000101011101101101011100111 | e8e6cef18ebd8eacf0aedae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)