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??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
SJIS-WIN | 哭P痿盖韜 | 100110100100110001010000111000010111111011100001101100111110100011101001 | 9a4c50e17ee1b3e8e9 |
EUC-JP | 哭P痿盖韜 | 110100111010110101010000111000011101111111100010101101011111000011101011 | d3ad50e1dfe2b5f0eb |
UTF-8 | 哭P痿盖韜 | 11100101100100111010110101010000111001111001011110111111111001111001101110010110111010011001111110011100 | e593ad50e797bfe79b96e99f9c |
UHC | 哭P?盖韜 | 1100110111010110010100000011111111001011110011001101010010110111 | cdd6503fcbccd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)