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 | 鷹?媛肆旅 | 100100011110100100111111100101010101000111100011111001101001011110110111 | 91e93f9551e3e697b7 |
EUC-JP | 鷹?媛肆旅 | 110000101110101100111111110010011011001011100110111010001100111010111001 | c2eb3fc9b2e6e8ceb9 |
UTF-8 | 鷹렓媛肆旅 | 111010011011011110111001111010111010000010010011111001011010101010011011111010001000001010000110111001101001011110000101 | e9b7b9eba093e5aa9be88286e69785 |
UHC | 鷹렓媛肆旅 | 11101011111011011000111010101000111010101011000011011110111010111101010111101001 | ebed8ea8eab0deebd5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)