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 | ¡ñªÀx | 101000011111000110001111101010101100000001111000 | a1f18faac078 |
SJIS-WIN | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
EUC-JP | ¡ñ?ªÀx | 1000111110100010110000101000111110101011110100000011111110001111101000101110110010001111101010101010001001111000 | 8fa2c28fabd03f8fa2ec8faaa278 |
UTF-8 | ¡ñªÀx | 1100001010100001110000111011000111000010100011111100001010101010110000111000000001111000 | c2a1c3b1c28fc2aac38078 |
UHC | ¡??ª?x | 1010001010101110001111110011111110101000101000110011111101111000 | a2ae3f3fa8a33f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)