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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 足橋 | 10010001101010111000101110110100 | 91ab8bb4 |
EUC-JP | 足橋 | 11000010101011011011011010110110 | c2adb6b6 |
UTF-8 | 足橋 | 111010001011011010110011111001101010100110001011 | e8b6b3e6a98b |
UHC | 足橋 | 11110000111010111100111011101001 | f0ebcee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)