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 | Öäo | 100011011001101110011111110101101110010001101111 | 8d9b9fd6e46f |
SJIS-WIN | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
EUC-JP | ???Öäo | 00111111001111110011111110001111101010101101001110001111101010111010001101101111 | 3f3f3f8faad38faba36f |
UTF-8 | Öäo | 1100001010001101110000101001101111000010100111111100001110010110110000111010010001101111 | c28dc29bc29fc396c3a46f |
UHC | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)