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 | èç¼½ | 11101000111001111011110010111101 | e8e7bcbd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | èç?? | 1000111110101011101100101000111110101011101011100011111100111111 | 8fabb28fabae3f3f |
UTF-8 | èç¼½ | 1100001110101000110000111010011111000010101111001100001010111101 | c3a8c3a7c2bcc2bd |
UHC | ??¼½ | 001111110011111110101000111110011010100011110110 | 3f3fa8f9a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)