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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驃?燼 | 1110100101111110001111111110000010011110 | e97e3fe09e |
EUC-JP | 驃?燼 | 1111000111011111001111111101111111111110 | f1df3fdffe |
UTF-8 | 驃렫燼 | 111010011010100110000011111010111010000010101011111001111000011110111100 | e9a983eba0abe787bc |
UHC | 驃렫燼 | 111110001111111010001110101110011110001111101000 | f8fe8eb9e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)