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 | 譖懍чヒ | 11100110100110111001110011101100100001001000100111001011 | e69b9cec8489cb |
EUC-JP | 譖懍чヒ | 1110101111111011110110001110111010100111111010011000111011001011 | ebfbd8eea7e98ecb |
UTF-8 | 譖懍чヒ | 1110100010101101100101101110011010000111100011011101000110000111111011111011111010001011 | e8ad96e6878dd187efbe8b |
UHC | ??ч? | 0011111100111111101011001110100100111111 | 3f3face93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)