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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 夭??E | 1001101011101110001111110011111101000101 | 9aee3f3f45 |
EUC-JP | 夭??E | 1101010011110000001111110011111101000101 | d4f03f3f45 |
UTF-8 | 夭ㅶ쓸E | 11100101101001001010110111100011100001011011011011101100100100111011100001000101 | e5a4ade385b6ec93b845 |
UHC | 夭ㅶ쓸E | 11101000111011001010010011100110101111101011010101000101 | e8eca4e6beb545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)