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 | 屑邵 | 10001011111110111110011110111000 | 8bfbe7b8 |
EUC-JP | 屑邵 | 10110110111111011110111010111010 | b6fdeeba |
UTF-8 | 屑邵 | 111001011011000110010001111010011000001010110101 | e5b191e982b5 |
UHC | 屑邵 | 11100000110110101110000111010000 | e0dae1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)