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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬘狗濫 | 111010011010000110001011111001111001011110010100 | e9a18be79794 |
EUC-JP | 鬘狗濫 | 111100101010001110110110111010011100110111110100 | f2a3b6e9cdf4 |
UTF-8 | 鬘狗濫 | 111010011010110010011000111001111000101110010111111001101011111110101011 | e9ac98e78b97e6bfab |
UHC | ?狗濫 | 0011111111001111101101111101010110111101 | 3fcfb7d5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)