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 | °Õ´ö | 1000111110110000110101011011010011110110 | 8fb0d5b4f6 |
SJIS-WIN | ?°?´? | 00111111100000011000101100111111100000010100110000111111 | 3f818b3f814c3f |
EUC-JP | ?°Õ´ö | 0011111110100001111010111000111110101010110110001010000110101101100011111010101111010011 | 3fa1eb8faad8a1ad8fabd3 |
UTF-8 | °Õ´ö | 11000010100011111100001010110000110000111001010111000010101101001100001110110110 | c28fc2b0c395c2b4c3b6 |
UHC | ?°?´? | 00111111101000011100011000111111101000101010010100111111 | 3fa1c63fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)