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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将「召ア将、^ | 10001111101010111010001010001111101000101011000110001111101010111010010001011110 | 8faba28fa2b18faba45e |
EUC-JP | 将「召ア将、^ | 10111110101011011000111010100010101111101010010010001110101100011011111010101101100011101010010001011110 | bead8ea2bea48eb1bead8ea45e |
UTF-8 | 将「召ア将、^ | 11100101101100001000011011101111101111011010001011100101100011111010110011101111101111011011000111100101101100001000011011101111101111011010010001011110 | e5b086efbda2e58facefbdb1e5b086efbda45e |
UHC | ??召???^ | 0011111100111111111000011010111100111111001111110011111101011110 | 3f3fe1af3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)