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 | 韆戊シ | 1110100011100110100101011110100010111100 | e8e695e8bc |
EUC-JP | 韆戊シ | 111100001110100011001010111010101000111010111100 | f0e8caea8ebc |
UTF-8 | 韆戊シ | 111010011001111110000110111001101000100010001010111011111011110110111100 | e99f86e6888aefbdbc |
UHC | 韆戊? | 1111010011000111110110011110011000111111 | f4c7d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)