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 | 媛猛???? | 1001010101010001100101101101001000111111001111110011111100111111 | 955196d23f3f3f3f |
EUC-JP | 媛猛???? | 1100100110110010110011001101010000111111001111110011111100111111 | c9b2ccd43f3f3f3f |
UTF-8 | 媛猛렪븜렊쿰 | 111001011010101010011011111001111000110010011011111010111010000010101010111010111011100010011100111010111010000010001010111011001011111110110000 | e5aa9be78c9beba0aaebb89ceba08aecbfb0 |
UHC | 媛猛렪븜렊쿰 | 111010101011000011011000111011011000111010111000101110101110111010001110101000011100010011110001 | eab0d8ed8eb8baee8ea1c4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)