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 | 101100011100110011000000110110010111101101100100 | b1ccc0d97b64 |
SJIS-WIN | ±???{d | 10000001011111010011111100111111001111110111101101100100 | 817d3f3f3f7b64 |
EUC-JP | ±ÌÀÙ{d | 10100001110111101000111110101010110000001000111110101010101000101000111110101010111000110111101101100100 | a1de8faac08faaa28faae37b64 |
UTF-8 | ±ÌÀÙ{d | 11000010101100011100001110001100110000111000000011000011100110010111101101100100 | c2b1c38cc380c3997b64 |
UHC | ±???{d | 10100001101111100011111100111111001111110111101101100100 | a1be3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)