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 | 驟企ュ | 1110100110000101100010101110100110101101 | e9858ae9ad |
EUC-JP | 驟企ュ | 111100011110010110110100111010111000111010101101 | f1e5b4eb8ead |
UTF-8 | 驟企ュ | 111010011010100110011111111001001011110010000001111011111011110110101101 | e9a99fe4bc81efbdad |
UHC | 驟企? | 1111011010101110110100001110101000111111 | f6aed0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)