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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 源?o雍 | 10001100101110010011111110000010100011111110100010110100 | 8cb93f828fe8b4 |
EUC-JP | 源?o雍 | 10111000101110110011111110100011111011111111000010110110 | b8bb3fa3eff0b6 |
UTF-8 | 源장o雍 | 111001101011101010010000111011001001111010100101111011111011110110001111111010011001101110001101 | e6ba90ec9ea5efbd8fe99b8d |
UHC | 源장o雍 | 1110101010111001110000001110010110100011111011111110100010111100 | eab9c0e5a3efe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)