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 | 獰???午 | 11100000110101100011111100111111001111111000110011011111 | e0d63f3f3f8cdf |
EUC-JP | 獰???午 | 11100000110110000011111100111111001111111011100011100001 | e0d83f3f3fb8e1 |
UTF-8 | 獰앇띶갚午 | 111001111000110110110000111011001001010110000111111010111001110110110110111010101011000010011010111001011000110110001000 | e78db0ec9587eb9db6eab09ae58d88 |
UHC | 獰앇띶갚午 | 11100111101111101001110111010001100011011110010110110000101100011110011111101101 | e7be9dd18de5b0b1e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)