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è¬ | 11101000100111111010110001101000111010001001111110101100 | e89fac68e89fac |
SJIS-WIN | ??¬h??¬ | 001111110011111110000001110010100110100000111111001111111000000111001010 | 3f3f81ca683f3f81ca |
EUC-JP | è?¬hè?¬ | 10001111101010111011001000111111101000101100110001101000100011111010101110110010001111111010001011001100 | 8fabb23fa2cc688fabb23fa2cc |
UTF-8 | è¬hè¬ | 11000011101010001100001010011111110000101010110001101000110000111010100011000010100111111100001010101100 | c3a8c29fc2ac68c3a8c29fc2ac |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)