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 | ã÷ºçº | 1110001111110111100011011000011110000010101110101110011110111010 | e3f78d8782bae7ba |
SJIS-WIN | ?÷?????? | 001111111000000110000000001111110011111100111111001111110011111100111111 | 3f81803f3f3f3f3f3f |
EUC-JP | ã÷???ºçº | 1000111110101011101010101010000111100000001111110011111100111111100011111010001011101011100011111010101110101110100011111010001011101011 | 8fabaaa1e03f3f3f8fa2eb8fabae8fa2eb |
UTF-8 | ã÷ºçº | 11000011101000111100001110110111110000101000110111000010100001111100001010000010110000101011101011000011101001111100001010111010 | c3a3c3b7c28dc287c282c2bac3a7c2ba |
UHC | ?÷???º?º | 0011111110100001110000000011111100111111001111111010100010101100001111111010100010101100 | 3fa1c03f3f3fa8ac3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)