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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | ?愾O? | 0011111110011100101111110100111100111111 | 3f9cbf4f3f |
EUC-JP | 湗愾O澇 | 100011111100011111111011110110001100000101001111100011111100100011100100 | 8fc7fbd8c14f8fc8e4 |
UTF-8 | 湗愾O澇 | 11100110101110011001011111100110100001001011111001001111111001101011111010000111 | e6b997e684be4fe6be87 |
UHC | ?愾O? | 0011111111001011110001010100111100111111 | 3fcbc54f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)