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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ヤゥ釖^ | 1101010010101001111001111101100101011110 | d4a9e7d95e |
EUC-JP | ヤゥ釖^ | 10001110110101001000111010101001111011101101101101011110 | 8ed48ea9eedb5e |
UTF-8 | ヤゥ釖^ | 11101111101111101001010011101111101111011010100111101001100001111001011001011110 | efbe94efbda9e987965e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)