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 | 辯∵渇 | 111001111000011110000001111001101000101010001001 | e78781e68a89 |
EUC-JP | 辯∵渇 | 111011011110011110100010111010001011001111101001 | ede7a2e8b3e9 |
UTF-8 | 辯∵渇 | 111010001011111010101111111000101000100010110101111001101011100010000111 | e8beafe288b5e6b887 |
UHC | 辯∵? | 1101110010101010101000011111000100111111 | dcaaa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)