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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑚?葺? | 100011001110100000111111100101011001100000111111 | 8ce83f95983f |
EUC-JP | 瑚?葺? | 101110001110101000111111110010011111100000111111 | b8ea3fc9f83f |
UTF-8 | 瑚렭葺렋 | 111001111001000110011010111010111010000010101101111010001001000110111010111010111010000010001011 | e7919aeba0ade891baeba08b |
UHC | 瑚렭葺렋 | 1111101111010001100011101011101011110001111100011000111010100010 | fbd18ebaf1f18ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)