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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 朎ヨ胖ゥ | 1111101011011111110101101110001111110100101010011111001011110101 | fadfd6e3f4a9f2f5 |
EUC-JP | 朎ヨ胖ゥ? | 10001111110000101111000010001110110101101110011011110110100011101010100100111111 | 8fc2f08ed6e6f68ea93f |
UTF-8 | 朎ヨ胖ゥ | 111001101001110010001110111011111011111010010110111010001000001110010110111011111011110110101001111011101000100010101100 | e69c8eefbe96e88396efbda9ee88ac |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)