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 | ínB | 1001110010001100100011101110110110010010100110110110111001000010 | 9c8c8eed929b6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | ???í??nB | 00111111001111110011111110001111101010111011111100111111001111110110111001000010 | 3f3f3f8fabbf3f3f6e42 |
UTF-8 | ínB | 1100001010011100110000101000110011000010100011101100001110101101110000101001001011000010100110110110111001000010 | c29cc28cc28ec3adc292c29b6e42 |
UHC | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)