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 | 嵭磁 | 111110101011001110001110101001011111000010111000 | fab38ea5f0b8 |
EUC-JP | 嵭磁? | 100011111011101111011110101111001010011100111111 | 8fbbdebca73f |
UTF-8 | 嵭磁 | 111001011011010110101101111001111010001110000001111011101000000110110111 | e5b5ade7a381ee81b7 |
UHC | ?磁? | 00111111111011011011100000111111 | 3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)