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 | í¤ì¨nB | 1110110110011010101001001110110010101000100010110110111001000010 | ed9aa4eca88b6e42 |
SJIS-WIN | ????¨?nB | 001111110011111100111111001111111000000101001110001111110110111001000010 | 3f3f3f3f814e3f6e42 |
EUC-JP | ��nB | 100011111010101110111111001111111000111110100010111100001000111110101011110000001010000110101111001111110110111001000010 | 8fabbf3f8fa2f08fabc0a1af3f6e42 |
UTF-8 | í¤ì¨nB | 1100001110101101110000101001101011000010101001001100001110101100110000101010100011000010100010110110111001000010 | c3adc29ac2a4c3acc2a8c28b6e42 |
UHC | ??¤?¨?nB | 00111111001111111010001010110100001111111010000110100111001111110110111001000010 | 3f3fa2b43fa1a73f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)