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 | 琮?渼 | 1111101101101010001111111111101101001001 | fb6a3ffb49 |
EUC-JP | 琮琫渼 | 100011111100110010110010100011111100110010101111100011111100011111110000 | 8fccb28fccaf8fc7f0 |
UTF-8 | 琮琫渼 | 111001111001000010101110111001111001000010101011111001101011100010111100 | e790aee790abe6b8bc |
UHC | 琮琫渼 | 111100001111100111011100111011011101101010110100 | f0f9dceddab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)