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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齬??筍?? | 1110101010010111001111110011111111100010101000010011111100111111 | ea973f3fe2a13f3f |
EUC-JP | 齬??筍?? | 1111001111110111001111110011111111100100101000110011111100111111 | f3f73f3fe4a33f3f |
UTF-8 | 齬밴내筍싮뇽 | 111010011011110110101100111010111011000010110100111010111000001010110100111001111010110110001101111011001000101110101110111010111000011110111101 | e9bdacebb0b4eb82b4e7ad8dec8baeeb87bd |
UHC | 齬밴내筍싮뇽 | 111001011110000110111001111010101011001110111011111000101110110010011010111010011011010010101000 | e5e1b9eab3bbe2ec9ae9b4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)