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 | ûXײ] | 1111101101011000110101111011001001011101 | fb58d7b25d |
SJIS-WIN | ?X×?] | 001111110101100010000001011111100011111101011101 | 3f58817e3f5d |
EUC-JP | ûX×?] | 1000111110101011111001010101100010100001110111110011111101011101 | 8fabe558a1df3f5d |
UTF-8 | ûXײ] | 1100001110111011010110001100001110010111110000101011001001011101 | c3bb58c397c2b25d |
UHC | ?Xײ] | 00111111010110001010000110111111101010011111011101011101 | 3f58a1bfa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)