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 | 傚蘢 | 10011000111110011110010101100011 | 98f9e563 |
EUC-JP | 傚蘢 | 11010000111110111110100111000100 | d0fbe9c4 |
UTF-8 | 傚蘢 | 111001011000001010011010111010001001100010100010 | e5829ae898a2 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)