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 | 跿、 | 111010001011011110111111111011111011110110100100 | e8b7bfefbda4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è?¿ï?¤ | 1000111110101011101100100011111110001111101000101100010010001111101010111100000100111111100011111010001011110000 | 8fabb23f8fa2c48fabc13f8fa2f0 |
UTF-8 | 跿、 | 110000111010100011000010101101111100001010111111110000111010111111000010101111011100001010100100 | c3a8c2b7c2bfc3afc2bdc2a4 |
UHC | ?·¿?½¤ | 00111111101000011010010010100010101011110011111110101000111101101010001010110100 | 3fa1a4a2af3fa8f6a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)