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 | 撓??獄?? | 1001110110011010001111110011111110001101100101100011111100111111 | 9d9a3f3f8d963f3f |
EUC-JP | 撓??獄?? | 1101100111111010001111110011111110111001111101100011111100111111 | d9fa3f3fb9f63f3f |
UTF-8 | 撓껓쉥獄좑슝 | 111001101001001010010011111010101011101110010011111011001000100110100101111001111000110110000100111011001010001010010001111011001000101010011101 | e69293eabb93ec89a5e78d84eca291ec8a9d |
UHC | 撓껓쉥獄좑슝 | 111010001111010110000011111011111011110110101011111010001010101110100000111011111011110110111001 | e8f583efbdabe8aba0efbdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)