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 | äþ¶ý] | 1110010011111110101101101111110101011101 | e4feb6fd5d |
SJIS-WIN | ??¶?] | 001111110011111110000001111101110011111101011101 | 3f3f81f73f5d |
EUC-JP | äþ¶ý] | 100011111010101110100011100011111010100111010000101000101111100110001111101010111111001001011101 | 8faba38fa9d0a2f98fabf25d |
UTF-8 | äþ¶ý] | 110000111010010011000011101111101100001010110110110000111011110101011101 | c3a4c3bec2b6c3bd5d |
UHC | ?þ¶?] | 00111111101010011010110110100010110100100011111101011101 | 3fa9ada2d23f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)