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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?谿沆 | 0011111111100110101011101111101011110111 | 3fe6aefaf7 |
EUC-JP | 鉘谿沆 | 1000111111100011111000101110110010110000100011111100011011101010 | 8fe3e2ecb08fc6ea |
UTF-8 | 鉘谿沆 | 111010011000100110011000111010001011000010111111111001101011001010000110 | e98998e8b0bfe6b286 |
UHC | ?谿沆 | 0011111111001101101011001111100111111010 | 3fcdacf9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)