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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | コ鯊ュ昭セ | 111100011110011110111010111010011100000010101101100011111011101010111110 | f1e7bae9c0ad8fbabe |
EUC-JP | ?コ鯊ュ昭セ | 0011111110001110101110101111001011000010100011101010110110111110101111001000111010111110 | 3f8ebaf2c28eadbebc8ebe |
UTF-8 | コ鯊ュ昭セ | 111011101000010110100010111011111011110110111010111010011010111110001010111011111011110110101101111001101001100010101101111011111011110110111110 | ee85a2efbdbae9af8aefbdade698adefbdbe |
UHC | ????昭? | 00111111001111110011111100111111111000011011100100111111 | 3f3f3f3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)