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 | ´â¼ü | 10110100111000101011110011111100 | b4e2bcfc |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´â?ü | 101000011010110110001111101010111010010000111111100011111010101111100100 | a1ad8faba43f8fabe4 |
UTF-8 | ´â¼ü | 1100001010110100110000111010001011000010101111001100001110111100 | c2b4c3a2c2bcc3bc |
UHC | ´?¼? | 101000101010010100111111101010001111100100111111 | a2a53fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)