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 | 雍督ア | 1110100010110100100100111100001010110001 | e8b493c2b1 |
EUC-JP | 雍督ア | 111100001011011011000110110001001000111010110001 | f0b6c6c48eb1 |
UTF-8 | 雍督ア | 111010011001101110001101111001111001110110100011111011111011110110110001 | e99b8de79da3efbdb1 |
UHC | 雍督? | 1110100010111100110101001011110100111111 | e8bcd4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)