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 | ÷©ö´ö°AB | 1111011110101001111101101011010011110110101100000100000101000010 | f7a9f6b4f6b04142 |
SJIS-WIN | ÷??´?°AB | 1000000110000000001111110011111110000001010011000011111110000001100010110100000101000010 | 81803f3f814c3f818b4142 |
EUC-JP | ÷©ö´ö°AB | 1010000111100000100011111010001011101101100011111010101111010011101000011010110110001111101010111101001110100001111010110100000101000010 | a1e08fa2ed8fabd3a1ad8fabd3a1eb4142 |
UTF-8 | ÷©ö´ö°AB | 1100001110110111110000101010100111000011101101101100001010110100110000111011011011000010101100000100000101000010 | c3b7c2a9c3b6c2b4c3b6c2b04142 |
UHC | ÷??´?°AB | 1010000111000000001111110011111110100010101001010011111110100001110001100100000101000010 | a1c03f3fa2a53fa1c64142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)