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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 操?粗?G | 10010001100000000011111110010001011001010011111101000111 | 91803f91653f47 |
EUC-JP | 操?粗?G | 11000001111000000011111111000001110001100011111101000111 | c1e03fc1c63f47 |
UTF-8 | 操렯粗렮G | 11100110100100111000110111101011101000001010111111100111101100101001011111101011101000001010111001000111 | e6938deba0afe7b297eba0ae47 |
UHC | 操렯粗렮G | 111100001100001110001110101111001111000011011000100011101011101101000111 | f0c38ebcf0d88ebb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)