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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陟手ョ疹 | 11101000101000001000111011101000101011101001000001011101 | e8a08ee8ae905d |
EUC-JP | 陟手ョ疹 | 1111000010100010101111001110101010001110101011101011111110111110 | f0a2bcea8eaebfbe |
UTF-8 | 陟手ョ疹 | 111010011001100110011111111001101000100110001011111011111011110110101110111001111001011010111001 | e9999fe6898befbdaee796b9 |
UHC | 陟手?疹 | 11110100101100111110001010100010001111111111001011010110 | f4b3e2a23ff2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)