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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | チ竈G | 11000001111000100111110101000111 | c1e27d47 |
EUC-JP | チ竈G | 1000111011000001111000111101111001000111 | 8ec1e3de47 |
UTF-8 | チ竈G | 11101111101111101000000111100111101010111000100001000111 | efbe81e7ab8847 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)