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 | 贄????? | 11100110110100010011111100111111001111110011111100111111 | e6d13f3f3f3f3f |
EUC-JP | 贄????? | 11101100110100110011111100111111001111110011111100111111 | ecd33f3f3f3f3f |
UTF-8 | 贄숄렏잿렏숲 | 111010001011010010000100111011001000100010000100111010111010000010001111111011001001111010111111111010111010000010001111111011001000100010110010 | e8b484ec8884eba08fec9ebfeba08fec88b2 |
UHC | 贄숄렏잿렏숲 | 111100101011111010111100111100011000111010100101110000001110110110001110101001011011110110100011 | f2bebcf18ea5c0ed8ea5bda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)