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 | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-WIN | 硝鯆ョr{d | 10001111110010011110100111000010111100001010010010101110011100100111101101100100 | 8fc9e9c2f0a4ae727b64 |
EUC-JP | 硝鯆?ョr{d | 10111110110010111111001011000100001111111000111010101110011100100111101101100100 | becbf2c43f8eae727b64 |
UTF-8 | 硝鯆ョr{d | 111001111010000110011101111010011010111110000110111011101000000110100011111011111011110110101110011100100111101101100100 | e7a19de9af86ee81a3efbdae727b64 |
UHC | 硝???r{d | 1111010110100110001111110011111100111111011100100111101101100100 | f5a63f3f3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)