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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遶溷彫逖 | 1110011110101011100111111110010110010010101001001110011110011000 | e7ab9fe592a4e798 |
EUC-JP | 遶溷彫逖 | 1110111010101101110111101110011111000100101001101110110111111000 | eeaddee7c4a6edf8 |
UTF-8 | 遶溷彫逖 | 111010011000000110110110111001101011101010110111111001011011110110101011111010011000000010010110 | e981b6e6bab7e5bdabe98096 |
UHC | ??彫? | 0011111100111111111100001100000100111111 | 3f3ff0c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)