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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 頌荳}頌荳{^ | 1110100011110001111001001011100001111101111010001111000111100100101110000111101101011110 | e8f1e4b87de8f1e4b87b5e |
EUC-JP | 頌荳}頌荳{^ | 1111000011110011111010001011101001111101111100001111001111101000101110100111101101011110 | f0f3e8ba7df0f3e8ba7b5e |
UTF-8 | 頌荳}頌荳{^ | 111010011010000010001100111010001000110110110011011111011110100110100000100011001110100010001101101100110111101101011110 | e9a08ce88db37de9a08ce88db37b5e |
UHC | 頌荳}頌荳{^ | 1110000111101011110101001110010101111101111000011110101111010100111001010111101101011110 | e1ebd4e57de1ebd4e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)