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 | 釭フ贇 | 1111101110111101110011001110011011010100 | fbbdcce6d4 |
EUC-JP | 釭フ贇 | 10001111111000111010111110001110110011001110110011010110 | 8fe3af8eccecd6 |
UTF-8 | 釭フ贇 | 111010011000011110101101111011111011111010001100111010001011010010000111 | e987adefbe8ce8b487 |
UHC | ??贇 | 00111111001111111110101111001011 | 3f3febcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)