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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???ь | 0011111100111111001111111000010010001110 | 3f3f3f848e |
EUC-JP | ???ь | 0011111100111111001111111010011111101110 | 3f3f3fa7ee |
UTF-8 | 롙뤚쫷ь | 1110101110100001100110011110101110100100100110101110110010101011101101111101000110001100 | eba199eba49aecabb7d18c |
UHC | 롙뤚쫷ь | 1000111011011101100011111100100110100110100011101010110011101110 | 8edd8fc9a68eacee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)