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 | 鰲?醍? | 111010011110000000111111100100011110011100111111 | e9e03f91e73f |
EUC-JP | 鰲?醍? | 111100101110001000111111110000101110100100111111 | f2e23fc2e93f |
UTF-8 | 鰲렎醍렕 | 111010011011000010110010111010111010000010001110111010011000011010001101111010111010000010010101 | e9b0b2eba08ee9868deba095 |
UHC | 鰲렎醍렕 | 1110100010100111100011101010010011110000101101011000111010101010 | e8a78ea4f0b58eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)