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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????Т | 0011111100111111001111110011111100111111001111111000010001010011 | 3f3f3f3f3f3f8453 |
EUC-JP | ???晷??Т | 00111111001111110011111110001111110000101100011100111111001111111010011110110100 | 3f3f3f8fc2c73f3fa7b4 |
UTF-8 | 銳얇룗晷銳얠Т | 1110100110001010101100111110110010010110100001111110101110100011100101111110011010011001101101111110100110001010101100111110110010010110101000001101000010100010 | e98ab3ec9687eba397e699b7e98ab3ec96a0d0a2 |
UHC | 銳얇룗晷銳얠Т | 1110011111100101101111101110001110001111100100111100111111111100111001111110010110111110111011001010110010110100 | e7e5bee38f93cffce7e5beecacb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)