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 | A¶NA¶ | 10011001010000011001111010110110100100010100111010011001010000011001111010110110 | 99419eb6914e99419eb6 |
SJIS-WIN | ?A?¶?N?A?¶ | 001111110100000100111111100000011111011100111111010011100011111101000001001111111000000111110111 | 3f413f81f73f4e3f413f81f7 |
EUC-JP | ?A?¶?N?A?¶ | 001111110100000100111111101000101111100100111111010011100011111101000001001111111010001011111001 | 3f413fa2f93f4e3f413fa2f9 |
UTF-8 | A¶NA¶ | 1100001010011001010000011100001010011110110000101011011011000010100100010100111011000010100110010100000111000010100111101100001010110110 | c29941c29ec2b6c2914ec29941c29ec2b6 |
UHC | ?A?¶?N?A?¶ | 001111110100000100111111101000101101001000111111010011100011111101000001001111111010001011010010 | 3f413fa2d23f4e3f413fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)