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 | ラ靜鵤 | 1101011111101000110011101110101001000010 | d7e8ceea42 |
EUC-JP | ラ靜鵤 | 100011101101011111110000110100001111001110100011 | 8ed7f0d0f3a3 |
UTF-8 | ラ靜鵤 | 111011111011111010010111111010011001110110011100111010011011010110100100 | efbe97e99d9ce9b5a4 |
UHC | ?靜? | 00111111111100001010000100111111 | 3ff0a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)