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 | è½hè½ | 11101000100011111011110101101000111010001000111110111101 | e88fbd68e88fbd |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | è??hè?? | 1000111110101011101100100011111100111111011010001000111110101011101100100011111100111111 | 8fabb23f3f688fabb23f3f |
UTF-8 | è½hè½ | 11000011101010001100001010001111110000101011110101101000110000111010100011000010100011111100001010111101 | c3a8c28fc2bd68c3a8c28fc2bd |
UHC | ??½h??½ | 001111110011111110101000111101100110100000111111001111111010100011110110 | 3f3fa8f6683f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)