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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 扼??] | 1001110101001110001111110011111101011101 | 9d4e3f3f5d |
EUC-JP | 扼??] | 1101100110101111001111110011111101011101 | d9af3f3f5d |
UTF-8 | 扼싧젳] | 11100110100010011011110011101100100010111010011111101100101000001011001101011101 | e689bcec8ba7eca0b35d |
UHC | 扼싧젳] | 11100100111110011001101011100101101000001010011101011101 | e4f99ae5a0a75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)