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 | ???途^ | 001111110011111100111111100100110111001001011110 | 3f3f3f93725e |
EUC-JP | ???途^ | 001111110011111100111111110001011101001101011110 | 3f3f3fc5d35e |
UTF-8 | 윳쭹윳途^ | 11101100100111001011001111101100101011011011100111101100100111001011001111101001100000001001010001011110 | ec9cb3ecadb9ec9cb3e980945e |
UHC | 윳쭹윳途^ | 110000001011010111000010111001111100000010110101110101001011001001011110 | c0b5c2e7c0b5d4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)