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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 剪私舞B | 10011001100100101000111010000100100101011001000101000010 | 99928e84959142 |
EUC-JP | 剪私舞B | 11010001111100101011101111100100110010011111000101000010 | d1f2bbe4c9f142 |
UTF-8 | 剪私舞B | 11100101100010011010101011100111101001111000000111101000100010001001111001000010 | e589aae7a781e8889e42 |
UHC | 剪私舞B | 11101110111100101101111011100111110110011111000101000010 | eef2dee7d9f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)