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 | 雍匁抄 | 111010001011010010010110111001101000111110110100 | e8b496e68fb4 |
EUC-JP | 雍匁抄 | 111100001011011011001100111010001011111010110110 | f0b6cce8beb6 |
UTF-8 | 雍匁抄 | 111010011001101110001101111001011000110010000001111001101000101010000100 | e99b8de58c81e68a84 |
UHC | 雍?抄 | 1110100010111100001111111111010011111100 | e8bc3ff4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)