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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?堧?堧^ | 001111111000111110111000101010000011111110001111101110001010100001011110 | 3f8fb8a83f8fb8a85e |
UTF-8 | 읰堧읰堧^ | 11101100100111011011000011100101101000001010011111101100100111011011000011100101101000001010011101011110 | ec9db0e5a0a7ec9db0e5a0a75e |
UHC | 읰堧읰堧^ | 100111111101011011100110110000001001111111010110111001101100000001011110 | 9fd6e6c09fd6e6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)