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 | 墻??慾∽? | 100110101101010000111111001111111001011101111100100000011110010000111111 | 9ad43f3f977c81e43f |
EUC-JP | 墻??慾∽? | 110101001101011000111111001111111100110111011101101000101110011000111111 | d4d63f3fcddda2e63f |
UTF-8 | 墻몌풒慾∽슐 | 111001011010001010111011111010111010101010001100111011011001001010010010111001101000010110111110111000101000100010111101111011001000101010010000 | e5a2bbebaa8ced9292e685bee288bdec8a90 |
UHC | 墻몌풒慾∽슐 | 111011011101111110111000111011111011111010010110111010011010111110100001111011111011110110110110 | eddfb8efbe96e9afa1efbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)