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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亦訐萵 | 100101101001001011100110010111111110010011100000 | 9692e65fe4e0 |
EUC-JP | 亦訐萵 | 110010111111001011101011110000001110100011100010 | cbf2ebc0e8e2 |
UTF-8 | 亦訐萵 | 111001001011101010100110111010001010100010010000111010001001000010110101 | e4baa6e8a890e890b5 |
UHC | 亦?? | 11100110101100100011111100111111 | e6b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)