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 | 怨?媛詐? | 1000100110000101001111111001010101010001100011011011110000111111 | 89853f95518dbc3f |
EUC-JP | 怨?媛詐? | 1011000111100101001111111100100110110010101110101011111000111111 | b1e53fc9b2babe3f |
UTF-8 | 怨렊媛詐렰 | 111001101000000010101000111010111010000010001010111001011010101010011011111010001010100110010000111010111010000010110000 | e680a8eba08ae5aa9be8a990eba0b0 |
UHC | 怨렊媛詐렰 | 11101010101100111000111010100001111010101011000011011110111100011000111010111101 | eab38ea1eab0def18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)