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? | 0011111100111111001111110100110000111111 | 3f3f3f4c3f |
SJIS-WIN | 蒻??L藥 | 11100100111010000011111100111111010011001110010101011010 | e4e83f3f4ce55a |
EUC-JP | 蒻??L藥 | 11101000111010100011111100111111010011001110100110111011 | e8ea3f3f4ce9bb |
UTF-8 | 蒻몌슁L藥 | 11101000100100101011101111101011101010101000110011101100100010101000000101001100111010001001011110100101 | e892bbebaa8cec8a814ce897a5 |
UHC | 蒻몌슁L藥 | 111001011011011010111000111011111011110110110011010011001110010110110111 | e5b6b8efbdb34ce5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)