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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?普畸 | 0011111110010101100000011110000101100010 | 3f9581e162 |
EUC-JP | ?普畸 | 0011111111001001111000011110000111000011 | 3fc9e1e1c3 |
UTF-8 | 렺普畸 | 111010111010000010111010111001101001100110101110111001111001010110111000 | eba0bae699aee795b8 |
UHC | 렺普畸 | 100011101100001011011100110001011101000110110001 | 8ec2dcc5d1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)