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 | 貊ャ陜 | 1110011010111011101011001110100010011101 | e6bbace89d |
EUC-JP | 貊ャ陜 | 111011001011110110001110101011001110111111111101 | ecbd8eaceffd |
UTF-8 | 貊ャ陜 | 111010001011001010001010111011111011110110101100111010011001100110011100 | e8b28aefbdace9999c |
UHC | 貊?陜 | 1101100011100111001111111111100111110000 | d8e73ff9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)