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 | ??耘? | 0011111100111111111000111100111100111111 | 3f3fe3cf3f |
EUC-JP | 搔?耘? | 10001111110000001100101100111111111001101101000100111111 | 8fc0cb3fe6d13f |
UTF-8 | 搔빝耘왳 | 111001101001000010010100111010111011100110011101111010001000000010011000111011001001100110110011 | e69094ebb99de88098ec99b3 |
UHC | 搔빝耘왳 | 1110000110111000100101011011101111101001111111001001111011011001 | e1b895bbe9fc9ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)