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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羇щ┃跚 | 1110001110110010100001001000101110000100101010111110011011100111 | e3b2848b84abe6e7 |
EUC-JP | 羇щ┃跚 | 1110011010110100101001111110101110101000101011011110110011101001 | e6b4a7eba8adece9 |
UTF-8 | 羇щ┃跚 | 1110011110111110100001111101000110001001111000101001010010000011111010001011011110011010 | e7be87d189e29483e8b79a |
UHC | ?щ┃? | 001111111010110011101011101001101010110100111111 | 3faceba6ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)