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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?i洪辣 | 00111111100000101000100110001101010111101110011110000101 | 3f82898d5ee785 |
EUC-JP | 泫i洪辣 | 100011111100011110100110101000111110100110111001101111111110110111100101 | 8fc7a6a3e9b9bfede5 |
UTF-8 | 泫i洪辣 | 111001101011001110101011111011111011110110001001111001101011010010101010111010001011111010100011 | e6b3abefbd89e6b4aae8bea3 |
UHC | 泫i洪辣 | 1111101011011010101000111110100111111011111100111101010110111000 | fadaa3e9fbf3d5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)