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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 湜漆K | 1111101101000111100011101011110101001011 | fb478ebd4b |
EUC-JP | 湜漆K | 100011111100011111111100101111001011111101001011 | 8fc7fcbcbf4b |
UTF-8 | 湜漆K | 11100110101110011001110011100110101111001000011001001011 | e6b99ce6bc864b |
UHC | 湜漆K | 1110001111010111111101101101010001001011 | e3d7f6d44b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)