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 | 鮱カ螯ョ | 1111110001000100101101101110010110100110101011101111001010110000 | fc44b6e5a6aef2b0 |
EUC-JP | 鮱カ螯ョ? | 10001111111010101110011010001110101101101110101010101000100011101010111000111111 | 8feae68eb6eaa88eae3f |
UTF-8 | 鮱カ螯ョ | 111010011010111010110001111011111011110110110110111010001001111010101111111011111011110110101110111011101000011110100111 | e9aeb1efbdb6e89eafefbdaeee87a7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)