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 | 鮻鴫篠 | 111111000100010110001110101100001000111011000010 | fc458eb08ec2 |
EUC-JP | 鮻鴫篠 | 10001111111010101110101010111100101100101011110011000100 | 8feaeabcb2bcc4 |
UTF-8 | 鮻鴫篠 | 111010011010111010111011111010011011010010101011111001111010111110100000 | e9aebbe9b4abe7afa0 |
UHC | ??篠 | 00111111001111111110000111000110 | 3f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)