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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???鍮?B | 00111111001111110011111111101000010010100011111101000010 | 3f3f3fe84a3f42 |
EUC-JP | ??ł鍮?B | 001111110011111110001111101010011100100011101111101010110011111101000010 | 3f3f8fa9c8efab3f42 |
UTF-8 | 令⑸ł鍮긖B | 111011111010011010101000111000101001000110111000110001011000001011101001100011011010111011101010101110001001011001000010 | efa6a8e291b8c582e98daeeab89642 |
UHC | 令⑸ł鍮긖B | 1110011110101001101010011110101110101001101010011110101110111001100000110101010001000010 | e7a9a9eba9a9ebb9835442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)