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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ケ靜イケ靜イ^ | 101110011110100011001110101100101011100111101000110011101011001001011110 | b9e8ceb2b9e8ceb25e |
EUC-JP | ケ靜イケ靜イ^ | 10001110101110011111000011010000100011101011001010001110101110011111000011010000100011101011001001011110 | 8eb9f0d08eb28eb9f0d08eb25e |
UTF-8 | ケ靜イケ靜イ^ | 11101111101111011011100111101001100111011001110011101111101111011011001011101111101111011011100111101001100111011001110011101111101111011011001001011110 | efbdb9e99d9cefbdb2efbdb9e99d9cefbdb25e |
UHC | ?靜??靜?^ | 001111111111000010100001001111110011111111110000101000010011111101011110 | 3ff0a13f3ff0a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)