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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 樗??齬絲? | 100100101001010000111111001111111110101010010111111000110100111000111111 | 92943f3fea97e34e3f |
EUC-JP | 樗??齬絲? | 110000111111010000111111001111111111001111110111111001011010111100111111 | c3f43f3ff3f7e5af3f |
UTF-8 | 樗곌짊齬絲렚 | 111001101010100010010111111010101011001110001100111011001010011110001010111010011011110110101100111001111011010110110010111010111010000010011010 | e6a897eab38ceca78ae9bdace7b5b2eba09a |
UHC | 樗곌짊齬絲렚 | 111011101100000010110000111010101100000111111011111001011110000111011110111010101000111010101101 | eec0b0eac1fbe5e1deea8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)