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 | 羮褐← | 111000111011110010001010100011001000000110101001 | e3bc8a8c81a9 |
EUC-JP | 羮褐← | 111001101011111010110011111011001010001010101011 | e6beb3eca2ab |
UTF-8 | 羮褐← | 111001111011111010101110111010001010010010010000111000101000011010010000 | e7beaee8a490e28690 |
UHC | ?褐← | 0011111111001010111010001010000111100111 | 3fcae8a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)