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 | ?絲轢 | 0011111111100011010011101110011110000000 | 3fe34ee780 |
EUC-JP | ?絲轢 | 0011111111100101101011111110110111100000 | 3fe5afede0 |
UTF-8 | 流絲轢 | 111011111010011110001010111001111011010110110010111010001011110110100010 | efa78ae7b5b2e8bda2 |
UHC | 流絲轢 | 111010101111110011011110111010101101010111111001 | eafcdeead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)