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 | 甑葛?憶? | 1000110110011001100010101000101100111111100010011010111100111111 | 8d998a8b3f89af3f |
EUC-JP | 甑葛?憶? | 1011100111111001101100111110101100111111101100101011000100111111 | b9f9b3eb3fb2b13f |
UTF-8 | 甑葛벚憶렧 | 111001111001010010010001111010001001000110011011111010111011001010011010111001101000011010110110111010111010000010100111 | e79491e8919bebb29ae686b6eba0a7 |
UHC | 甑葛벚憶렧 | 11110001111101111100101011100111101110101010001011100101111000111000111010110110 | f1f7cae7baa2e5e38eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)