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 | ゥ。「・。ラ^ | 10101001101000011010001010100101101000011101011101011110 | a9a1a2a5a1d75e |
EUC-JP | ゥ。「・。ラ^ | 10001110101010011000111010100001100011101010001010001110101001011000111010100001100011101101011101011110 | 8ea98ea18ea28ea58ea18ed75e |
UTF-8 | ゥ。「・。ラ^ | 11101111101111011010100111101111101111011010000111101111101111011010001011101111101111011010010111101111101111011010000111101111101111101001011101011110 | efbda9efbda1efbda2efbda5efbda1efbe975e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)