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 | ÂAmzÂAmzB | 1100001010010010010000010110110101111010110000101001001001000001011011010111101001000010 | c292416d7ac292416d7a42 |
SJIS-WIN | ??Amz??AmzB | 0011111100111111010000010110110101111010001111110011111101000001011011010111101001000010 | 3f3f416d7a3f3f416d7a42 |
EUC-JP | Â?AmzÂ?AmzB | 100011111010101010100100001111110100000101101101011110101000111110101010101001000011111101000001011011010111101001000010 | 8faaa43f416d7a8faaa43f416d7a42 |
UTF-8 | ÂAmzÂAmzB | 110000111000001011000010100100100100000101101101011110101100001110000010110000101001001001000001011011010111101001000010 | c382c292416d7ac382c292416d7a42 |
UHC | ??Amz??AmzB | 0011111100111111010000010110110101111010001111110011111101000001011011010111101001000010 | 3f3f416d7a3f3f416d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)