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 | 訂矜? | 1001001011111001111000011110000000111111 | 92f9e1e03f |
EUC-JP | 訂矜? | 1100010011111011111000101110001000111111 | c4fbe2e23f |
UTF-8 | 訂矜歷 | 111010001010100010000010111001111001111110011100111001101010110110110111 | e8a882e79f9ce6adb7 |
UHC | 訂矜歷 | 111011111111010011010000111010001101010111110110 | eff4d0e8d5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)