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 | 111110111011110110001110101011101110101010100010100011101010111101000010 | fbbd8eaeeaa28eaf42 |
EUC-JP | 釭式瑤識B | 10001111111000111010111110111100101100001111010010100100101111001011000101000010 | 8fe3afbcb0f4a4bcb142 |
UTF-8 | 釭式瑤識B | 11101001100001111010110111100101101111001000111111100111100100011010010011101000101011011001100001000010 | e987ade5bc8fe791a4e8ad9842 |
UHC | ?式瑤識B | 0011111111100011110100101110100011111101111000111101101101000010 | 3fe3d2e8fde3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)