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 | 證霊棍ナ | 11100110100110101001011111101100100111101001111011000101 | e69a97ec9e9ec5 |
EUC-JP | 證霊棍ナ | 1110101111111010110011101110111011011011111111101000111011000101 | ebfaceeedbfe8ec5 |
UTF-8 | 證霊棍ナ | 111010001010110110001001111010011001110010001010111001101010001110001101111011111011111010000101 | e8ad89e99c8ae6a38defbe85 |
UHC | 證?棍? | 111100011111101100111111110011011110001000111111 | f1fb3fcde23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)