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 | 嗚??艤 | 100110100110101000111111001111111110010001111110 | 9a6a3f3fe47e |
EUC-JP | 嗚??艤 | 110100111100101100111111001111111110011111011111 | d3cb3f3fe7df |
UTF-8 | 嗚멨퓣艤 | 111001011001011110011010111010111010100110101000111011011001001110100011111010001000100110100100 | e5979aeba9a8ed93a3e889a4 |
UHC | 嗚멨퓣艤 | 1110011111110000101110001110010110111111100011001110101111111010 | e7f0b8e5bf8cebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)