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 | 砒犢}砒犢{^ | 1110000111100101111000001011011101111101111000011110010111100000101101110111101101011110 | e1e5e0b77de1e5e0b77b5e |
EUC-JP | 砒犢}砒犢{^ | 1110001011100111111000001011100101111101111000101110011111100000101110010111101101011110 | e2e7e0b97de2e7e0b97b5e |
UTF-8 | 砒犢}砒犢{^ | 111001111010000010010010111001111000101010100010011111011110011110100000100100101110011110001010101000100111101101011110 | e7a092e78aa27de7a092e78aa27b5e |
UHC | 砒犢}砒犢{^ | 1101110111110111110101001011101101111101110111011111011111010100101110110111101101011110 | ddf7d4bb7dddf7d4bb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)