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 | 躁?榛?^ | 11100111010011100011111110010000010110010011111101011110 | e74e3f90593f5e |
EUC-JP | 躁?榛?^ | 11101101101011110011111110111111101110100011111101011110 | edaf3fbfba3f5e |
UTF-8 | 躁롚榛렳^ | 11101000101110101000000111101011101000011001101011100110101001101001101111101011101000001011001101011110 | e8ba81eba19ae6a69beba0b35e |
UHC | 躁롚榛렳^ | 111100001110001010001110110111101111001011001110100011101100000001011110 | f0e28edef2ce8ec05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)