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 | 墻몌슭橈わ쉿 | 111001011010001010111011111010111010101010001100111011001000101010101101111001101010100110001000111000111000001010001111111011001000100110111111 | e5a2bbebaa8cec8aade6a988e3828fec89bf |
UHC | 墻몌슭橈わ쉿 | 111011011101111110111000111011111011110110111110111010001111101010101010111011111011110110110010 | eddfb8efbdbee8faaaefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)