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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 蛹呷鎌A | 11100101100011001001100111101100100010101001100101000001 | e58c99ec8a9941 |
EUC-JP | 蛹呷鎌A | 11101001111011001101001011101110101100111111100101000001 | e9ecd2eeb3f941 |
UTF-8 | 蛹呷鎌A | 11101000100110111011100111100101100100011011011111101001100011101000110001000001 | e89bb9e591b7e98e8c41 |
UHC | ??鎌A | 0011111100111111110011001100011101000001 | 3f3fccc741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)