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??? | 00111111001111110011111101001100001111110011111100111111 | 3f3f3f4c3f3f3f |
SJIS-WIN | 蒻??L藥?? | 111001001110100000111111001111110100110011100101010110100011111100111111 | e4e83f3f4ce55a3f3f |
EUC-JP | 蒻??L藥?? | 111010001110101000111111001111110100110011101001101110110011111100111111 | e8ea3f3f4ce9bb3f3f |
UTF-8 | 蒻몌슁L藥먲쉠 | 11101000100100101011101111101011101010101000110011101100100010101000000101001100111010001001011110100101111010111010100010110010111011001000100110100000 | e892bbebaa8cec8a814ce897a5eba8b2ec89a0 |
UHC | 蒻몌슁L藥먲쉠 | 11100101101101101011100011101111101111011011001101001100111001011011011110010000111011111011110110101010 | e5b6b8efbdb34ce5b790efbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)