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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 永??鎰?}B | 100010010110100100111111001111111110100001001100001111110111110101000010 | 89693f3fe84c3f7d42 |
EUC-JP | 永??鎰?}B | 101100011100101000111111001111111110111110101101001111110111110101000010 | b1ca3f3fefad3f7d42 |
UTF-8 | 永띕엪鎰뭀}B | 1110011010110000101110001110101110011101100101011110110010010111101010101110100110001110101100001110101110101101100000000111110101000010 | e6b0b8eb9d95ec97aae98eb0ebad807d42 |
UHC | 永띕엪鎰뭀}B | 111001111011010110110110111010111001111010000011111011001111000010010010010011110111110101000010 | e7b5b6eb9e83ecf0924f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)