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 | 社邪 | 111100001010110110001110110100001000111011010111 | f0ad8ed08ed7 |
EUC-JP | ?社邪 | 0011111110111100110100101011110011011001 | 3fbcd2bcd9 |
UTF-8 | 社邪 | 111011101000000110101100111001111010010010111110111010011000001010101010 | ee81ace7a4bee982aa |
UHC | ?社邪 | 0011111111011110111001001101111011110111 | 3fdee4def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)