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 | 湜悉釤 | 111110110100011110001110101110111111101110111111 | fb478ebbfbbf |
EUC-JP | 湜悉釤 | 1000111111000111111111001011110010111101100011111110001110101010 | 8fc7fcbcbd8fe3aa |
UTF-8 | 湜悉釤 | 111001101011100110011100111001101000001010001001111010011000011110100100 | e6b99ce68289e987a4 |
UHC | 湜悉? | 1110001111010111111000111111101000111111 | e3d7e3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)