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 | ?P????] | 00111111010100000011111100111111001111110011111101011101 | 3f503f3f3f3f5d |
SJIS-WIN | 哭P玳哭鞦韈] | 100110100100110001010000111000001101110010011010010011001110100011100001111010001110011101011101 | 9a4c50e0dc9a4ce8e1e8e75d |
EUC-JP | 哭P玳哭鞦韈] | 110100111010110101010000111000001101111011010011101011011111000011100011111100001110100101011101 | d3ad50e0ded3adf0e3f0e95d |
UTF-8 | 哭P玳哭鞦韈] | 1110010110010011101011010101000011100111100011101011001111100101100100111010110111101001100111101010011011101001100111111000100001011101 | e593ad50e78eb3e593ade99ea6e99f885d |
UHC | 哭P玳哭??] | 11001101110101100101000011010011111001011100110111010110001111110011111101011101 | cdd650d3e5cdd63f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)