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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ゥ。「エhゥ。 | 10101001101000011010001010110100011010001010100110100001 | a9a1a2b468a9a1 |
EUC-JP | ゥ。「エhゥ。 | 10001110101010011000111010100001100011101010001010001110101101000110100010001110101010011000111010100001 | 8ea98ea18ea28eb4688ea98ea1 |
UTF-8 | ゥ。「エhゥ。 | 11101111101111011010100111101111101111011010000111101111101111011010001011101111101111011011010001101000111011111011110110101001111011111011110110100001 | efbda9efbda1efbda2efbdb468efbda9efbda1 |
UHC | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)