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 | 辰丹束棚続 | 10010010010000111001001001001111100100011010100110010010010010011001000110110001 | 9243924f91a9924991b1 |
EUC-JP | 辰丹束棚続 | 11000011101001001100001110110000110000101010101111000011101010101100001010110011 | c3a4c3b0c2abc3aac2b3 |
UTF-8 | 辰丹束棚続 | 111010001011111010110000111001001011100010111001111001101001110110011111111001101010001110011010111001111011011010011010 | e8beb0e4b8b9e69d9fe6a39ae7b69a |
UHC | 辰丹束棚? | 111100101110001111010011101000011110000111010110110111011101110000111111 | f2e3d3a1e1d6dddc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)