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 | 邇ウ阡 | 1110011110001110101100111110100010010100 | e78eb3e894 |
EUC-JP | 邇ウ阡 | 111011011110111010001110101100111110111111110100 | edee8eb3eff4 |
UTF-8 | 邇ウ阡 | 111010011000001010000111111011111011110110110011111010011001100010100001 | e98287efbdb3e998a1 |
UHC | 邇?阡 | 1110110011000100001111111111010011000110 | ecc43ff4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)