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 | 葹牴蓼 | 111001001101111111100000101100001110010011111000 | e4dfe0b0e4f8 |
EUC-JP | 葹牴蓼 | 111010001110000111100000101100101110100011111010 | e8e1e0b2e8fa |
UTF-8 | 葹牴蓼 | 111010001001000110111001111001111000100110110100111010001001001110111100 | e891b9e789b4e893bc |
UHC | ??蓼 | 00111111001111111101011011111110 | 3f3fd6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)