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 | 100011111011101111111001101101001111101101001011 | 8fbbf9b4fb4b |
SJIS-WIN | ???´?K | 00111111001111110011111110000001010011000011111101001011 | 3f3f3f814c3f4b |
EUC-JP | ??ù´ûK | 0011111100111111100011111010101111100011101000011010110110001111101010111110010101001011 | 3f3f8fabe3a1ad8fabe54b |
UTF-8 | »ù´ûK | 1100001010001111110000101011101111000011101110011100001010110100110000111011101101001011 | c28fc2bbc3b9c2b4c3bb4b |
UHC | ???´?K | 00111111001111110011111110100010101001010011111101001011 | 3f3f3fa2a53f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)