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 | 品?? | 10010101011010010011111100111111 | 95693f3f |
EUC-JP | 品?岵 | 110010011100101000111111100011111011101110110111 | c9ca3f8fbbb7 |
UTF-8 | 品렲岵 | 111001011001001110000001111010111010000010110010111001011011001010110101 | e59381eba0b2e5b2b5 |
UHC | 品렲岵 | 111110011010000110001110101111111111101111000000 | f9a18ebffbc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)