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 | ÂöÂn^ | 1100001010001110110000111011011011000010100011100110111001011110 | c28ec3b6c28e6e5e |
SJIS-WIN | ???¶??n^ | 001111110011111100111111100000011111011100111111001111110110111001011110 | 3f3f3f81f73f3f6e5e |
EUC-JP | �ö�n^ | 100011111010101010100100001111111000111110101010101010101010001011111001100011111010101010100100001111110110111001011110 | 8faaa43f8faaaaa2f98faaa43f6e5e |
UTF-8 | ÂöÂn^ | 1100001110000010110000101000111011000011100000111100001010110110110000111000001011000010100011100110111001011110 | c382c28ec383c2b6c382c28e6e5e |
UHC | ???¶??n^ | 001111110011111100111111101000101101001000111111001111110110111001011110 | 3f3f3fa2d23f3f6e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)