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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???怨ф? | 0011111100111111001111111000100110000101100001001000011000111111 | 3f3f3f898584863f |
EUC-JP | ???怨ф? | 0011111100111111001111111011000111100101101001111110011000111111 | 3f3f3fb1e5a7e63f |
UTF-8 | 琉쎽퐙怨ф셀 | 1110111110100111100011001110110010001110101111011110110110010000100110011110011010000000101010001101000110000100111011001000010110000000 | efa78cec8ebded9099e680a8d184ec8580 |
UHC | 琉쎽퐙怨ф셀 | 111010111010010010011011111001001011110110000011111010101011001110101100111001101011110010111111 | eba49be4bd83eab3ace6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)