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 | 迹??噴^ | 11100111100100010011111100111111100101011010110001011110 | e7913f3f95ac5e |
EUC-JP | 迹??噴^ | 11101101111100010011111100111111110010101010111001011110 | edf13f3fcaae5e |
UTF-8 | 迹렕綎噴^ | 11101000101111111011100111101011101000001001010111100111101101101000111011100101100110011011010001011110 | e8bfb9eba095e7b68ee599b45e |
UHC | 迹렕綎噴^ | 111011101110100110001110101010101110111111110010110111011100010001011110 | eee98eaaeff2ddc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)