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è¹ | 11101000100010001011100101101000111010001000100010111001 | e888b968e888b9 |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | è??hè?? | 1000111110101011101100100011111100111111011010001000111110101011101100100011111100111111 | 8fabb23f3f688fabb23f3f |
UTF-8 | è¹hè¹ | 11000011101010001100001010001000110000101011100101101000110000111010100011000010100010001100001010111001 | c3a8c288c2b968c3a8c288c2b9 |
UHC | ??¹h??¹ | 001111110011111110101001111101100110100000111111001111111010100111110110 | 3f3fa9f6683f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)