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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 渫宣O | 1001111111010110100100001110100101001111 | 9fd690e94f |
EUC-JP | 渫宣O | 1101111011011000110000001110101101001111 | ded8c0eb4f |
UTF-8 | 渫宣O | 11100110101110001010101111100101101011101010001101001111 | e6b8abe5aea34f |
UHC | 渫宣O | 1110000011011110111000001011111001001111 | e0dee0be4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)