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 | 鈬ア迯 | 1110011111100011101100011110011110001101 | e7e3b1e78d |
EUC-JP | 鈬ア迯 | 111011101110010110001110101100011110110111101101 | eee58eb1eded |
UTF-8 | 鈬ア迯 | 111010011000100010101100111011111011110110110001111010001011111110101111 | e988acefbdb1e8bfaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)