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 | 贄???? | 111001101101000100111111001111110011111100111111 | e6d13f3f3f3f |
EUC-JP | 贄???? | 111011001101001100111111001111110011111100111111 | ecd33f3f3f3f |
UTF-8 | 贄숄렏쇌껌 | 111010001011010010000100111011001000100010000100111010111010000010001111111011001000011110001100111010101011101110001100 | e8b484ec8884eba08fec878ceabb8c |
UHC | 贄숄렏쇌껌 | 11110010101111101011110011110001100011101010010110111100111001001011001010101101 | f2bebcf18ea5bce4b2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)