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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪短他短其 | 10010010010001001001001001011010100100011011110010010010010110101001000110110100 | 9244925a91bc925a91b4 |
EUC-JP | 奪短他短其 | 11000011101001011100001110111011110000101011111011000011101110111100001010110110 | c3a5c3bbc2bec3bbc2b6 |
UTF-8 | 奪短他短其 | 111001011010010110101010111001111001111110101101111001001011101110010110111001111001111110101101111001011000010110110110 | e5a5aae79fade4bb96e79fade585b6 |
UHC | 奪短他短其 | 11110111101011001101001110101101111101101110001011010011101011011101000011101100 | f7acd3adf6e2d3add0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)