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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 召尞「ツ~ | 10001111101000101111101010101011101000101100001001111110 | 8fa2faaba2c27e |
EUC-JP | 召尞「ツ~ | 10111110101001001000111110111010111010111000111010100010100011101100001001111110 | bea48fbaeb8ea28ec27e |
UTF-8 | 召尞「ツ~ | 11100101100011111010110011100101101100001001111011101111101111011010001011101111101111101000001001111110 | e58face5b09eefbda2efbe827e |
UHC | 召???~ | 111000011010111100111111001111110011111101111110 | e1af3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)