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 | æ¹å¹å³ | 1110011010111001100111001110010110111001100111111110010110110011 | e6b99ce5b99fe5b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??å??å? | 1000111110101001110000010011111100111111100011111010101110101001001111110011111110001111101010111010100100111111 | 8fa9c13f3f8faba93f3f8faba93f |
UTF-8 | æ¹å¹å³ | 11000011101001101100001010111001110000101001110011000011101001011100001010111001110000101001111111000011101001011100001010110011 | c3a6c2b9c29cc3a5c2b9c29fc3a5c2b3 |
UHC | æ¹??¹??³ | 101010011010000110101001111101100011111100111111101010011111011000111111001111111010100111111000 | a9a1a9f63f3fa9f63f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)