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 | 謝社 | 111100101110001110001110110100111000111011010000 | f2e38ed38ed0 |
EUC-JP | ?謝社 | 0011111110111100110101011011110011010010 | 3fbcd5bcd2 |
UTF-8 | 謝社 | 111011101000100010011010111010001010110010011101111001111010010010111110 | ee889ae8ac9de7a4be |
UHC | ?謝社 | 0011111111011110111100111101111011100100 | 3fdef3dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)