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° | 10001111101110111111100110111100111110110100101110110000 | 8fbbf9bcfb4bb0 |
SJIS-WIN | ?????K° | 0011111100111111001111110011111100111111010010111000000110001011 | 3f3f3f3f3f4b818b |
EUC-JP | ??ù?ûK° | 001111110011111110001111101010111110001100111111100011111010101111100101010010111010000111101011 | 3f3f8fabe33f8fabe54ba1eb |
UTF-8 | »ù¼ûK° | 11000010100011111100001010111011110000111011100111000010101111001100001110111011010010111100001010110000 | c28fc2bbc3b9c2bcc3bb4bc2b0 |
UHC | ???¼?K° | 001111110011111100111111101010001111100100111111010010111010000111000110 | 3f3f3fa8f93f4ba1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)