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 | 100011111011101111111001101111001111101101001011 | 8fbbf9bcfb4b |
SJIS-WIN | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
EUC-JP | ??ù?ûK | 00111111001111111000111110101011111000110011111110001111101010111110010101001011 | 3f3f8fabe33f8fabe54b |
UTF-8 | »ù¼ûK | 1100001010001111110000101011101111000011101110011100001010111100110000111011101101001011 | c28fc2bbc3b9c2bcc3bb4b |
UHC | ???¼?K | 00111111001111110011111110101000111110010011111101001011 | 3f3f3fa8f93f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)