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 | 瞳筬瞳筬^ | 100100111011010111100010101010111001001110110101111000101010101101011110 | 93b5e2ab93b5e2ab5e |
EUC-JP | 瞳筬瞳筬^ | 110001101011011111100100101011011100011010110111111001001010110101011110 | c6b7e4adc6b7e4ad5e |
UTF-8 | 瞳筬瞳筬^ | 11100111100111101011001111100111101011011010110011100111100111101011001111100111101011011010110001011110 | e79eb3e7adace79eb3e7adac5e |
UHC | 瞳筬瞳筬^ | 110101001101101011100000111111101101010011011010111000001111111001011110 | d4dae0fed4dae0fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)