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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蠖「譚欖B | 1110010110111101101000101110011010011101100111110101001101000010 | e5bda2e69d9f5342 |
EUC-JP | 蠖「譚欖B | 111010101011111110001110101000101110101111111101110111011011010001000010 | eabf8ea2ebfdddb442 |
UTF-8 | 蠖「譚欖B | 11101000101000001001011011101111101111011010001011101000101011011001101011100110101011001001011001000010 | e8a096efbda2e8ad9ae6ac9642 |
UHC | ??譚欖B | 00111111001111111101001111001001110101011011110001000010 | 3f3fd3c9d5bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)