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 | ÚÀÚÀ^ | 1101101011000000110110101100000001011110 | dac0dac05e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÚÀÚÀ^ | 10001111101010101110001010001111101010101010001010001111101010101110001010001111101010101010001001011110 | 8faae28faaa28faae28faaa25e |
UTF-8 | ÚÀÚÀ^ | 110000111001101011000011100000001100001110011010110000111000000001011110 | c39ac380c39ac3805e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)