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 | 豫??要? | 10011000101011000011111100111111100101110111011000111111 | 98ac3f3f97763f |
EUC-JP | 豫??要? | 11010000101011100011111100111111110011011101011100111111 | d0ae3f3fcdd73f |
UTF-8 | 豫븝퐦要찯 | 111010001011000110101011111010111011100010011101111011011001000010100110111010001010011010000001111011001011000010101111 | e8b1abebb89ded90a6e8a681ecb0af |
UHC | 豫븝퐦要찯 | 11100111111000111011101011101111101111011000111111101001101010011010101001000110 | e7e3baefbd8fe9a9aa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)