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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 燔爿n}燔爿n{^ | 11100000100110001110000010101011011011100111110111100000100110001110000010101011011011100111101101011110 | e098e0ab6e7de098e0ab6e7b5e |
EUC-JP | 燔爿n}燔爿n{^ | 11011111111110001110000010101101011011100111110111011111111110001110000010101101011011100111101101011110 | dff8e0ad6e7ddff8e0ad6e7b5e |
UTF-8 | 燔爿n}燔爿n{^ | 1110011110000111100101001110011110001000101111110110111001111101111001111000011110010100111001111000100010111111011011100111101101011110 | e78794e788bf6e7de78794e788bf6e7b5e |
UHC | 燔?n}燔?n{^ | 1101101111100010001111110110111001111101110110111110001000111111011011100111101101011110 | dbe23f6e7ddbe23f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)