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 | ク靈髜 | 11110000111001011011100011101000110010111111110001000000 | f0e5b8e8cbfc40 |
EUC-JP | ?ク靈髜 | 0011111110001110101110001111000011001101100011111110100111101101 | 3f8eb8f0cd8fe9ed |
UTF-8 | ク靈髜 | 111011101000001010100100111011111011110110111000111010011001110110001000111010011010101110011100 | ee82a4efbdb8e99d88e9ab9c |
UHC | ??靈? | 0011111100111111110101101100010000111111 | 3f3fd6c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)