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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浯イ荳基 | 11111010111111001011001011100100101110001000101011101110 | fafcb2e4b88aee |
EUC-JP | 浯イ荳基 | 100011111100011111000011100011101011001011101000101110101011010011110000 | 8fc7c38eb2e8bab4f0 |
UTF-8 | 浯イ荳基 | 111001101011010110101111111011111011110110110010111010001000110110110011111001011001111110111010 | e6b5afefbdb2e88db3e59fba |
UHC | ??荳基 | 001111110011111111010100111001011101000011110001 | 3f3fd4e5d0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)