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 | 袁?? | 11100101110011010011111100111111 | e5cd3f3f |
EUC-JP | 袁?? | 11101010110011110011111100111111 | eacf3f3f |
UTF-8 | 袁븍뺏 | 111010001010001010000001111010111011100010001101111010111011101010001111 | e8a281ebb88debba8f |
UHC | 袁븍뺏 | 111010101011111010111010111010111011101110101111 | eabebaebbbaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)