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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | 稟???型 | 11100010011001110011111100111111001111111000110001011110 | e2673f3f3f8c5e |
EUC-JP | 稟®??型 | 111000111100100010001111101000101110111000111111001111111011011110111111 | e3c88fa2ee3f3fb7bf |
UTF-8 | 稟®렍렠型 | 1110011110101000100111111100001010101110111010111010000010001101111010111010000010100000111001011001111010001011 | e7a89fc2aeeba08deba0a0e59e8b |
UHC | 稟®렍렠型 | 11111001101000101010001011100111100011101010001110001110101100011111101011111110 | f9a2a2e78ea38eb1fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)