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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 篏耿{d | 111000101011101111100011110101000111101101100100 | e2bbe3d47b64 |
EUC-JP | 篏耿{d | 111001001011110111100110110101100111101101100100 | e4bde6d67b64 |
UTF-8 | 篏耿{d | 1110011110101111100011111110100010000000101111110111101101100100 | e7af8fe880bf7b64 |
UHC | ?耿{d | 0011111111001100111010100111101101100100 | 3fccea7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)