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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 廾蘗廾蘗B | 100111000100111110011111010000011001110001001111100111110100000101000010 | 9c4f9f419c4f9f4142 |
EUC-JP | 廾蘗廾蘗B | 110101111011000011011101101000101101011110110000110111011010001001000010 | d7b0dda2d7b0dda242 |
UTF-8 | 廾蘗廾蘗B | 11100101101110111011111011101000100110001001011111100101101110111011111011101000100110001001011101000010 | e5bbbee89897e5bbbee8989742 |
UHC | ?蘗?蘗B | 00111111110111001010001000111111110111001010001001000010 | 3fdca23fdca242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)