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 | 100111110111101110011100100000011001111101111011100111001000000101000010 | 9f7b9c819f7b9c8142 |
EUC-JP | 毬怐毬怐B | 110111011101110011010111111000011101110111011100110101111110000101000010 | dddcd7e1dddcd7e142 |
UTF-8 | 毬怐毬怐B | 11100110101011111010110011100110100000001001000011100110101011111010110011100110100000001001000001000010 | e6aface68090e6aface6809042 |
UHC | 毬?毬?B | 11001111101100110011111111001111101100110011111101000010 | cfb33fcfb33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)