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 | 號?? | 11100101011010100011111100111111 | e56a3f3f |
EUC-JP | 號?? | 11101001110010110011111100111111 | e9cb3f3f |
UTF-8 | 號렡行 | 111010001001100110011111111010111010000010100001111011111010100010001000 | e8999feba0a1efa888 |
UHC | 號렡行 | 111110111101110010001110101100101111101010100001 | fbdc8eb2faa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)