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 | è¿Òï³ó | 111010001011111111010010111011111011001111110011 | e8bfd2efb3f3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è¿Òï?ó | 10001111101010111011001010001111101000101100010010001111101010101101001010001111101010111100000100111111100011111010101111010001 | 8fabb28fa2c48faad28fabc13f8fabd1 |
UTF-8 | è¿Òï³ó | 110000111010100011000010101111111100001110010010110000111010111111000010101100111100001110110011 | c3a8c2bfc392c3afc2b3c3b3 |
UHC | ?¿??³? | 0011111110100010101011110011111100111111101010011111100000111111 | 3fa2af3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)