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 | 遽ヲ邂 | 1110011110101111101001101110011110101110 | e7afa6e7ae |
EUC-JP | 遽ヲ邂 | 111011101011000110001110101001101110111010110000 | eeb18ea6eeb0 |
UTF-8 | 遽ヲ邂 | 111010011000000110111101111011111011110110100110111010011000001010000010 | e981bdefbda6e98282 |
UHC | 遽?邂 | 1100101111101000001111111111101010110011 | cbe83ffab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)