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 | »ù¾ûK | 100011111011101111111001101111101111101101001011 | 8fbbf9befb4b |
SJIS-WIN | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
EUC-JP | ??ù?ûK | 00111111001111111000111110101011111000110011111110001111101010111110010101001011 | 3f3f8fabe33f8fabe54b |
UTF-8 | »ù¾ûK | 1100001010001111110000101011101111000011101110011100001010111110110000111011101101001011 | c28fc2bbc3b9c2bec3bb4b |
UHC | ???¾?K | 00111111001111110011111110101000111110100011111101001011 | 3f3f3fa8fa3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)