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 | ???]??? | 00111111001111110011111101011101001111110011111100111111 | 3f3f3f5d3f3f3f |
SJIS-WIN | 藥??]蒻?? | 111001010101101000111111001111110101110111100100111010000011111100111111 | e55a3f3f5de4e83f3f |
EUC-JP | 藥??]蒻?? | 111010011011101100111111001111110101110111101000111010100011111100111111 | e9bb3f3f5de8ea3f3f |
UTF-8 | 藥먲쉠]蒻몌슘 | 11101000100101111010010111101011101010001011001011101100100010011010000001011101111010001001001010111011111010111010101010001100111011001000101010011000 | e897a5eba8b2ec89a05de892bbebaa8cec8a98 |
UHC | 藥먲쉠]蒻몌슘 | 11100101101101111001000011101111101111011010101001011101111001011011011010111000111011111011110110110111 | e5b790efbdaa5de5b6b8efbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)