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 | 呻??魚 | 100110011110111100111111001111111000101110011011 | 99ef3f3f8b9b |
EUC-JP | 呻??魚 | 110100101111000100111111001111111011010111111011 | d2f13f3fb5fb |
UTF-8 | 呻띹륹魚 | 111001011001000110111011111010111001110110111001111010111010010110111001111010011010110110011010 | e591bbeb9db9eba5b9e9ad9a |
UHC | 呻띹륹魚 | 1110001111100010100011011110100010010000010101111110010111100000 | e3e28de89057e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)