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 | 燿??獄?? | 1110000010100000001111110011111110001101100101100011111100111111 | e0a03f3f8d963f3f |
EUC-JP | 燿??獄?? | 1110000010100010001111110011111110111001111101100011111100111111 | e0a23f3fb9f63f3f |
UTF-8 | 燿놂쉬獄좑숯 | 111001111000011110111111111010111000011010000010111011001000100110101100111001111000110110000100111011001010001010010001111011001000100010101111 | e787bfeb8682ec89ace78d84eca291ec88af |
UHC | 燿놂쉬獄좑숯 | 111010001111110010110011111011111011110110101100111010001010101110100000111011111011110110100001 | e8fcb3efbdace8aba0efbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)