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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 篠碎}篠碎{^ | 1000111011000010111000011110101001111101100011101100001011100001111010100111101101011110 | 8ec2e1ea7d8ec2e1ea7b5e |
EUC-JP | 篠碎}篠碎{^ | 1011110011000100111000101110110001111101101111001100010011100010111011000111101101011110 | bcc4e2ec7dbcc4e2ec7b5e |
UTF-8 | 篠碎}篠碎{^ | 111001111010111110100000111001111010001010001110011111011110011110101111101000001110011110100010100011100111101101011110 | e7afa0e7a28e7de7afa0e7a28e7b5e |
UHC | 篠碎}篠碎{^ | 1110000111000110111000011110111101111101111000011100011011100001111011110111101101011110 | e1c6e1ef7de1c6e1ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)