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 | 1110100110011011101110011110100010010010101110010100000001101000 | e99bb9e892b94068 |
SJIS-WIN | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
EUC-JP | é??è??@h | 100011111010101110110001001111110011111110001111101010111011001000111111001111110100000001101000 | 8fabb13f3f8fabb23f3f4068 |
UTF-8 | é¹è¹@h | 1100001110101001110000101001101111000010101110011100001110101000110000101001001011000010101110010100000001101000 | c3a9c29bc2b9c3a8c292c2b94068 |
UHC | ??¹??¹@h | 00111111001111111010100111110110001111110011111110101001111101100100000001101000 | 3f3fa9f63f3fa9f64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)