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 | コ鯊ュ昭 | 1111000111100111101110101110100111000000101011011000111110111010 | f1e7bae9c0ad8fba |
EUC-JP | ?コ鯊ュ昭 | 001111111000111010111010111100101100001010001110101011011011111010111100 | 3f8ebaf2c28eadbebc |
UTF-8 | コ鯊ュ昭 | 111011101000010110100010111011111011110110111010111010011010111110001010111011111011110110101101111001101001100010101101 | ee85a2efbdbae9af8aefbdade698ad |
UHC | ????昭 | 001111110011111100111111001111111110000110111001 | 3f3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)