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 | ???L\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 娃⑨?L\ | 10001000101000011000011101001000001111110100110001011100 | 88a187483f4c5c |
EUC-JP | 娃??L\ | 101100001010001100111111001111110100110001011100 | b0a33f3f4c5c |
UTF-8 | 娃⑨쉘L\ | 1110010110101000100000111110001010010001101010001110110010001001100110000100110001011100 | e5a883e291a8ec89984c5c |
UHC | 娃⑨쉘L\ | 1110100011011111101010001110111110111101101010010100110001011100 | e8dfa8efbda94c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)