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¶Nh | 10011001010000011001111010110110100100010100111001101000 | 99419eb6914e68 |
SJIS-WIN | ?A?¶?Nh | 0011111101000001001111111000000111110111001111110100111001101000 | 3f413f81f73f4e68 |
EUC-JP | ?A?¶?Nh | 0011111101000001001111111010001011111001001111110100111001101000 | 3f413fa2f93f4e68 |
UTF-8 | A¶Nh | 1100001010011001010000011100001010011110110000101011011011000010100100010100111001101000 | c29941c29ec2b6c2914e68 |
UHC | ?A?¶?Nh | 0011111101000001001111111010001011010010001111110100111001101000 | 3f413fa2d23f4e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)