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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??鉥?? | 00111111001111111000111111100011111010000011111100111111 | 3f3f8fe3e83f3f |
UTF-8 | 롊렞鉥렍뤡 | 111010111010000110001010111010111010000010011110111010011000100110100101111010111010000010001101111010111010010010100001 | eba18aeba09ee989a5eba08deba4a1 |
UHC | 롊렞鉥렍뤡 | 10001110110100001000111010101111111000101111110010001110101000111000111111001111 | 8ed08eafe2fc8ea38fcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)