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 | 0011111110001010100011000011111110011111010110100011111101000010 | 3f8a8c3f9f5a3f42 |
EUC-JP | 湞褐?飮?B | 10001111110001111111111010110011111011000011111111011101101110110011111101000010 | 8fc7feb3ec3fddbb3f42 |
UTF-8 | 湞褐쓺飮렧B | 11100110101110011001111011101000101001001001000011101100100100111011101011101001101000111010111011101011101000001010011101000010 | e6b99ee8a490ec93bae9a3aeeba0a742 |
UHC | 湞褐쓺飮렧B | 1110111111100110110010101110100010111110101101101110101111100110100011101011011001000010 | efe6cae8beb6ebe68eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)