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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 昊?}昊?{^ | 100111011101110100111111011111011001110111011101001111110111101101011110 | 9ddd3f7d9ddd3f7b5e |
EUC-JP | 昊?}昊?{^ | 110110101101111100111111011111011101101011011111001111110111101101011110 | dadf3f7ddadf3f7b5e |
UTF-8 | 昊렕}昊렕{^ | 111001101001100010001010111010111010000010010101011111011110011010011000100010101110101110100000100101010111101101011110 | e6988aeba0957de6988aeba0957b5e |
UHC | 昊렕}昊렕{^ | 1111101111000100100011101010101001111101111110111100010010001110101010100111101101011110 | fbc48eaa7dfbc48eaa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)