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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 駭?? | 11101001011011100011111100111111 | e96e3f3f |
EUC-JP | 駭?? | 11110001110011110011111100111111 | f1cf3f3f |
UTF-8 | 駭욏쉪 | 111010011010011110101101111011001001101010001111111011001000100110101010 | e9a7adec9a8fec89aa |
UHC | 駭욏쉪 | 111110101011010010011110111011011001101010000100 | fab49eed9a84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)