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 | 樗嶝??? | 10010010100101001001101111010001001111110011111100111111 | 92949bd13f3f3f |
EUC-JP | 樗嶝??? | 11000011111101001101011011010011001111110011111100111111 | c3f4d6d33f3f3f |
UTF-8 | 樗嶝렱목렰 | 111001101010100010010111111001011011011010011101111010111010000010110001111010111010101010101001111010111010000010110000 | e6a897e5b69deba0b1ebaaa9eba0b0 |
UHC | 樗嶝렱목렰 | 11101110110000001101010011110001100011101011111010111000111100011000111010111101 | eec0d4f18ebeb8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)