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 | 胱脣}胱脣{^ | 1110001111110111111000111111101001111101111000111111011111100011111110100111101101011110 | e3f7e3fa7de3f7e3fa7b5e |
EUC-JP | 胱脣}胱脣{^ | 1110011011111001111001101111110001111101111001101111100111100110111111000111101101011110 | e6f9e6fc7de6f9e6fc7b5e |
UTF-8 | 胱脣}胱脣{^ | 111010001000001110110001111010001000010010100011011111011110100010000011101100011110100010000100101000110111101101011110 | e883b1e884a37de883b1e884a37b5e |
UHC | 胱脣}胱脣{^ | 1100111011001101111000101110111001111101110011101100110111100010111011100111101101011110 | cecde2ee7dcecde2ee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)