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 | 羇щ┃赳 | 1110001110110010100001001000101110000100101010111110011011100000 | e3b2848b84abe6e0 |
EUC-JP | 羇щ┃赳 | 1110011010110100101001111110101110101000101011011110110011100010 | e6b4a7eba8adece2 |
UTF-8 | 羇щ┃赳 | 1110011110111110100001111101000110001001111000101001010010000011111010001011010110110011 | e7be87d189e29483e8b5b3 |
UHC | ?щ┃赳 | 00111111101011001110101110100110101011011101000010101111 | 3faceba6add0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)