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 | 寤ν? | 1001101110001000100000111100101100111111 | 9b8883cb3f |
EUC-JP | 寤ν? | 1101010111101000101001101100110100111111 | d5e8a6cd3f |
UTF-8 | 寤ν룲 | 1110010110101111101001001100111010111101111010111010001110110010 | e5afa4cebdeba3b2 |
UHC | 寤ν룲 | 111001111111010110100101111011011000111110100111 | e7f5a5ed8fa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)