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 | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-WIN | アォmアォm^ | 10110001101010110110110110110001101010110110110101011110 | b1ab6db1ab6d5e |
EUC-JP | アォmアォm^ | 1000111010110001100011101010101101101101100011101011000110001110101010110110110101011110 | 8eb18eab6d8eb18eab6d5e |
UTF-8 | アォmアォm^ | 111011111011110110110001111011111011110110101011011011011110111110111101101100011110111110111101101010110110110101011110 | efbdb1efbdab6defbdb1efbdab6d5e |
UHC | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)