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¶K | 1111101101011000100011101011011001001011 | fb588eb64b |
SJIS-WIN | ?X?¶K | 001111110101100000111111100000011111011101001011 | 3f583f81f74b |
EUC-JP | ûX?¶K | 1000111110101011111001010101100000111111101000101111100101001011 | 8fabe5583fa2f94b |
UTF-8 | ûX¶K | 1100001110111011010110001100001010001110110000101011011001001011 | c3bb58c28ec2b64b |
UHC | ?X?¶K | 001111110101100000111111101000101101001001001011 | 3f583fa2d24b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)