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 | 易?易?ゴ | 1000100011010101001111111000100011010101001111111000001101010011 | 88d53f88d53f8353 |
EUC-JP | 易?易?ゴ | 1011000011010111001111111011000011010111001111111010010110110100 | b0d73fb0d73fa5b4 |
UTF-8 | 易똡易뚪ゴ | 111001101001100010010011111010111001100010100001111001101001100010010011111010111001101010101010111000111000001010110100 | e69893eb98a1e69893eb9aaae382b4 |
UHC | 易똡易뚪ゴ | 11100110101101101000110001100100111001101011011010001100111010011010101110110100 | e6b68c64e6b68ce9abb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)