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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齎?? | 11100110110110000011111100111111 | e6d83f3f |
EUC-JP | 齎?? | 11101100110110100011111100111111 | ecda3f3f |
UTF-8 | 齎펫봅 | 111010011011110110001110111011011000111010101011111010111011010010000101 | e9bd8eed8eabebb485 |
UHC | 齎펫봅 | 111011101011001011000110111010101011101010111110 | eeb2c6eababe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)