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 | ?紗??際 | 00111111100011101101000100111111001111111000110111011011 | 3f8ed13f3f8ddb |
EUC-JP | 塼紗??際 | 100011111011100010111001101111001101001100111111001111111011101011011101 | 8fb8b9bcd33f3fbadd |
UTF-8 | 塼紗렢렞際 | 111001011010000110111100111001111011010010010111111010111010000010100010111010111010000010011110111010011001101010011011 | e5a1bce7b497eba0a2eba09ee99a9b |
UHC | 塼紗렢렞際 | 11101110111101001101111011101001100011101011001110001110101011111111000010110111 | eef4dee98eb38eaff0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)