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 | 羹菽ノ | 1110001110111011111001001100000111001001 | e3bbe4c1c9 |
EUC-JP | 羹菽ノ | 111001101011110111101000110000111000111011001001 | e6bde8c38ec9 |
UTF-8 | 羹菽ノ | 111001111011111010111001111010001000111110111101111011111011111010001001 | e7beb9e88fbdefbe89 |
UHC | 羹菽? | 1100101111011000111000101101110100111111 | cbd8e2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)