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 | 墻??橈わ? | 100110101101010000111111001111111001111011110100100000101110110100111111 | 9ad43f3f9ef482ed3f |
EUC-JP | 墻??橈わ? | 110101001101011000111111001111111101110011110110101001001110111100111111 | d4d63f3fdcf6a4ef3f |
UTF-8 | 墻몌슛橈わ쉼 | 111001011010001010111011111010111010101010001100111011001000101010011011111001101010100110001000111000111000001010001111111011001000100110111100 | e5a2bbebaa8cec8a9be6a988e3828fec89bc |
UHC | 墻몌슛橈わ쉼 | 111011011101111110111000111011111011110110111000111010001111101010101010111011111011110110110000 | eddfb8efbdb8e8faaaefbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)