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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮ョ讎頑雛 | 111010011010101110101110111001101010011010001010111001101001000010010111 | e9abaee6a68ae69097 |
EUC-JP | 鬮ョ讎頑雛 | 11110010101011011000111010101110111011001010100010110100111010001011111111110111 | f2ad8eaeeca8b4e8bff7 |
UTF-8 | 鬮ョ讎頑雛 | 111010011010110010101110111011111011110110101110111010001010111010001110111010011010000010010001111010011001101110011011 | e9acaeefbdaee8ae8ee9a091e99b9b |
UHC | ???頑雛 | 00111111001111110011111111101000110101111111010111100001 | 3f3f3fe8d7f5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)