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 | 鳫宍涬 | 111010011110110110001110101100111111101101000001 | e9ed8eb3fb41 |
EUC-JP | 鳫宍涬 | 11110010111011111011110010110101100011111100011111001111 | f2efbcb58fc7cf |
UTF-8 | 鳫宍涬 | 111010011011001110101011111001011010111010001101111001101011011010101100 | e9b3abe5ae8de6b6ac |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)