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 | 除???? | 100011111001110000111111001111110011111100111111 | 8f9c3f3f3f3f |
EUC-JP | 除???? | 101111011111110000111111001111110011111100111111 | bdfc3f3f3f3f |
UTF-8 | 除블렊고렊 | 111010011001100110100100111010111011100010010100111010111010000010001010111010101011001110100000111010111010000010001010 | e999a4ebb894eba08aeab3a0eba08a |
UHC | 除블렊고렊 | 11110000101101101011101011101101100011101010000110110000111011011000111010100001 | f0b6baed8ea1b0ed8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)