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 | ä¼öP | 1110010010111100100111001111011001010000 | e4bc9cf650 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ä??öP | 100011111010101110100011001111110011111110001111101010111101001101010000 | 8faba33f3f8fabd350 |
UTF-8 | ä¼öP | 110000111010010011000010101111001100001010011100110000111011011001010000 | c3a4c2bcc29cc3b650 |
UHC | ?¼??P | 001111111010100011111001001111110011111101010000 | 3fa8f93f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)