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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猷??姙? | 10010111010100010011111100111111100110110100101100111111 | 97513f3f9b4b3f |
EUC-JP | 猷??姙? | 11001101101100100011111100111111110101011010110000111111 | cdb23f3fd5ac3f |
UTF-8 | 猷득궪姙톒 | 111001111000110010110111111010111001001110011101111010101011011010101010111001011010011110011001111011011000011010010010 | e78cb7eb939deab6aae5a799ed8692 |
UHC | 猷득궪姙톒 | 11101011101000111011010111100110100000101011110011101100111101011011011101101000 | eba3b5e682bcecf5b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)