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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟒帷カコ蠕 | 1110010110111011100110111110011110110110101110101110010110111110 | e5bb9be7b6bae5be |
EUC-JP | 蟒帷カコ蠕 | 11101010101111011101011011101001100011101011011010001110101110101110101011000000 | eabdd6e98eb68ebaeac0 |
UTF-8 | 蟒帷カコ蠕 | 111010001001111110010010111001011011100010110111111011111011110110110110111011111011110110111010111010001010000010010101 | e89f92e5b8b7efbdb6efbdbae8a095 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)