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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 咤韲鱆哭E | 100110100100001011101000111011001110100111100001100110100100110001000101 | 9a42e8ece9e19a4c45 |
EUC-JP | 咤韲鱆哭E | 110100111010001111110000111011101111001011100011110100111010110101000101 | d3a3f0eef2e3d3ad45 |
UTF-8 | 咤韲鱆哭E | 11100101100100101010010011101001100111111011001011101001101100011000011011100101100100111010110101000101 | e592a4e99fb2e9b186e593ad45 |
UHC | 咤??哭E | 11110110111000110011111100111111110011011101011001000101 | f6e33f3fcdd645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)