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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 押??渦 | 100010011001111100111111001111111000100101010001 | 899f3f3f8951 |
EUC-JP | 押??渦 | 101100101010000100111111001111111011000110110010 | b2a13f3fb1b2 |
UTF-8 | 押뜹씏渦 | 111001101000101010111100111010111001110010111001111011001001010010001111111001101011100010100110 | e68abceb9cb9ec948fe6b8a6 |
UHC | 押뜹씏渦 | 1110010011100011101101101110010110011101101001101110100010111110 | e4e3b6e59da6e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)