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 | ?贅賍 | 0011111111100110110100101110011011011010 | 3fe6d2e6da |
EUC-JP | 湗贅賍 | 10001111110001111111101111101100110101001110110011011100 | 8fc7fbecd4ecdc |
UTF-8 | 湗贅賍 | 111001101011100110010111111010001011010010000101111010001011001110001101 | e6b997e8b485e8b38d |
UHC | ?贅? | 00111111111101101010000100111111 | 3ff6a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)