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 | æ´å¼ | 1110011010011111101101001110010110111100 | e69fb4e5bc |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | æ?´å? | 10001111101010011100000100111111101000011010110110001111101010111010100100111111 | 8fa9c13fa1ad8faba93f |
UTF-8 | æ´å¼ | 11000011101001101100001010011111110000101011010011000011101001011100001010111100 | c3a6c29fc2b4c3a5c2bc |
UHC | æ?´?¼ | 1010100110100001001111111010001010100101001111111010100011111001 | a9a13fa2a53fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)