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 | 臾?Х維? | 1110010001101011001111111000010001010110100010001101101100111111 | e46b3f845688db3f |
EUC-JP | 臾?Х維? | 1110011111001100001111111010011110110111101100001101110100111111 | e7cc3fa7b7b0dd3f |
UTF-8 | 臾뀀Х維갃 | 1110100010000111101111101110101110000000100000001101000010100101111001111011011010101101111010101011000010000011 | e887beeb8080d0a5e7b6adeab083 |
UHC | 臾뀀Х維갃 | 11101011101011001011001011101011101011001011011111101011101010111000000101000010 | ebacb2ebacb7ebab8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)