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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 憶??^ | 1000100110101111001111110011111101011110 | 89af3f3f5e |
EUC-JP | 憶??^ | 1011001010110001001111110011111101011110 | b2b13f3f5e |
UTF-8 | 憶얠쮶^ | 11100110100001101011011011101100100101101010000011101100101011101011011001011110 | e686b6ec96a0ecaeb65e |
UHC | 憶얠쮶^ | 11100101111000111011111011101100101010001001001101011110 | e5e3beeca8935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)