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 | 源?o雍枋 | 100011001011100100111111100000101000111111101000101101001001111001100011 | 8cb93f828fe8b49e63 |
EUC-JP | 源?o雍枋 | 101110001011101100111111101000111110111111110000101101101101101111000100 | b8bb3fa3eff0b6dbc4 |
UTF-8 | 源장o雍枋 | 111001101011101010010000111011001001111010100101111011111011110110001111111010011001101110001101111001101001111010001011 | e6ba90ec9ea5efbd8fe99b8de69e8b |
UHC | 源장o雍枋 | 11101010101110011100000011100101101000111110111111101000101111001101101110110011 | eab9c0e5a3efe8bcdbb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)