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 | 踵鉉借 | 111001101111100111100111111010011000111011011000 | e6f9e7e98ed8 |
EUC-JP | 踵鉉借 | 111011001111101111101110111010111011110011011010 | ecfbeeebbcda |
UTF-8 | 踵鉉借 | 111010001011100010110101111010011000100110001001111001011000000010011111 | e8b8b5e98989e5809f |
UHC | 踵鉉借 | 111100011010001011111010111010001111001110101000 | f1a2fae8f3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)