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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ゥ。ゥBF | 10101001101000011010100111111000011011110100001001000110 | a9a1a9f86f4246 |
EUC-JP | ゥ。ゥ?BF | 100011101010100110001110101000011000111010101001001111110100001001000110 | 8ea98ea18ea93f4246 |
UTF-8 | ゥ。ゥBF | 1110111110111101101010011110111110111101101000011110111110111101101010011110111010011000100011110100001001000110 | efbda9efbda1efbda9ee988f4246 |
UHC | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)