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 | 鼎????閃 | 1001001101000011001111110011111100111111001111111001000101001101 | 93433f3f3f3f914d |
EUC-JP | 鼎????閃 | 1100010110100100001111110011111100111111001111111100000110101110 | c5a43f3f3f3fc1ae |
UTF-8 | 鼎븐렱렏뤊閃 | 111010011011110010001110111010111011100010010000111010111010000010110001111010111010000010001111111010111010010010001010111010011001011010000011 | e9bc8eebb890eba0b1eba08feba48ae99683 |
UHC | 鼎븐렱렏뤊閃 | 111100001010001110111010111011001000111010111110100011101010010110001111101110101110000011101100 | f0a3baec8ebe8ea58fbae0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)