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 | 諸俶仆 | 111110111010100110011000111001101001100010111011 | fba998e698bb |
EUC-JP | ?俶仆 | 0011111111010000111010001101000010111101 | 3fd0e8d0bd |
UTF-8 | 諸俶仆 | 111011111010100010100010111001001011111110110110111001001011101110000110 | efa8a2e4bfb6e4bb86 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)