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 | ?迂}?迂{^ | 001111111000100101001001011111010011111110001001010010010111101101011110 | 3f89497d3f89497b5e |
EUC-JP | ?迂}?迂{^ | 001111111011000110101010011111010011111110110001101010100111101101011110 | 3fb1aa7d3fb1aa7b5e |
UTF-8 | 쉶迂}쉶迂{^ | 111011001000100110110110111010001011111110000010011111011110110010001001101101101110100010111111100000100111101101011110 | ec89b6e8bf827dec89b6e8bf827b5e |
UHC | 쉶迂}쉶迂{^ | 1001101010001100111010011110011001111101100110101000110011101001111001100111101101011110 | 9a8ce9e67d9a8ce9e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)