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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湜筍湜筍^ | 111110110100011111100010101000011111101101000111111000101010000101011110 | fb47e2a1fb47e2a15e |
EUC-JP | 湜筍湜筍^ | 1000111111000111111111001110010010100011100011111100011111111100111001001010001101011110 | 8fc7fce4a38fc7fce4a35e |
UTF-8 | 湜筍湜筍^ | 11100110101110011001110011100111101011011000110111100110101110011001110011100111101011011000110101011110 | e6b99ce7ad8de6b99ce7ad8d5e |
UHC | 湜筍湜筍^ | 111000111101011111100010111011001110001111010111111000101110110001011110 | e3d7e2ece3d7e2ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)