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 | 墻??野э? | 100110101101010000111111001111111001011011101100100001001000111100111111 | 9ad43f3f96ec848f3f |
EUC-JP | 墻??野э? | 110101001101011000111111001111111100110011101110101001111110111100111111 | d4d63f3fcceea7ef3f |
UTF-8 | 墻쏙쉿野э숯 | 1110010110100010101110111110110010001111100110011110110010001001101111111110100110000111100011101101000110001101111011001000100010101111 | e5a2bbec8f99ec89bfe9878ed18dec88af |
UHC | 墻쏙쉿野э숯 | 111011011101111110111101111011111011110110110010111001011010111110101100111011111011110110100001 | eddfbdefbdb2e5afacefbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)