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 | 庵釋 | 10001000110000011110011111010111 | 88c1e7d7 |
EUC-JP | 庵釋 | 10110000110000111110111011011001 | b0c3eed9 |
UTF-8 | 庵釋 | 111001011011101010110101111010011000011110001011 | e5bab5e9878b |
UHC | 庵釋 | 11100100110111011110000010110111 | e4dde0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)