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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | 邀??幼??v | 111001111011000100111111001111111001011101100011001111110011111101110110 | e7b13f3f97633f3f76 |
EUC-JP | 邀??幼??v | 111011101011001100111111001111111100110111000100001111110011111101110110 | eeb33f3fcdc43f3f76 |
UTF-8 | 邀싲겇幼꾨쳱v | 11101001100000101000000011101100100010111011001011101010101100101000011111100101101110011011110011101010101111101010100011101100101100111011000101110110 | e98280ec8bb2eab287e5b9bceabea8ecb3b176 |
UHC | 邀싲겇幼꾨쳱v | 11101001101011011001101011101011100000011010010011101010111010101000010011101011101010111001010001110110 | e9ad9aeb81a4eaea84ebab9476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)