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 | âIê| | 100101101000100011100010010010011110101001111100 | 9688e249ea7c |
SJIS-WIN | ???I?| | 001111110011111100111111010010010011111101111100 | 3f3f3f493f7c |
EUC-JP | ??âIê| | 00111111001111111000111110101011101001000100100110001111101010111011010001111100 | 3f3f8faba4498fabb47c |
UTF-8 | âIê| | 11000010100101101100001010001000110000111010001001001001110000111010101001111100 | c296c288c3a249c3aa7c |
UHC | ???I?| | 001111110011111100111111010010010011111101111100 | 3f3f3f493f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)