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 | 辷シ逕Ё | 11100111100010001011110011100111100101001000010001000110 | e788bce7948446 |
EUC-JP | 辷シ逕Ё | 1110110111101000100011101011110011101101111101001010011110100111 | ede88ebcedf4a7a7 |
UTF-8 | 辷シ逕Ё | 1110100010111110101101111110111110111101101111001110100110000000100101011101000010000001 | e8beb7efbdbce98095d081 |
UHC | ??逕Ё | 001111110011111111001100111011111010110010100111 | 3f3fccefaca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)