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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贖洩屑贖洩 | 11100110110111001000100101101011100010111111101111100110110111001000100101101011 | e6dc896b8bfbe6dc896b |
EUC-JP | 贖洩屑贖洩 | 11101100110111101011000111001100101101101111110111101100110111101011000111001100 | ecdeb1ccb6fdecdeb1cc |
UTF-8 | 贖洩屑贖洩 | 111010001011010010010110111001101011010010101001111001011011000110010001111010001011010010010110111001101011010010101001 | e8b496e6b4a9e5b191e8b496e6b4a9 |
UHC | 贖洩屑贖洩 | 11100001110110111110000011011101111000001101101011100001110110111110000011011101 | e1dbe0dde0dae1dbe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)