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 | l¤äÝB | 10011011011011001001111110100100111001001101110101000010 | 9b6c9fa4e4dd42 |
SJIS-WIN | ?l????B | 00111111011011000011111100111111001111110011111101000010 | 3f6c3f3f3f3f42 |
EUC-JP | ?l?¤äÝB | 00111111011011000011111110001111101000101111000010001111101010111010001110001111101010101111001001000010 | 3f6c3f8fa2f08faba38faaf242 |
UTF-8 | l¤äÝB | 110000101001101101101100110000101001111111000010101001001100001110100100110000111001110101000010 | c29b6cc29fc2a4c3a4c39d42 |
UHC | ?l?¤??B | 0011111101101100001111111010001010110100001111110011111101000010 | 3f6c3fa2b43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)