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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犧爭犧爭^ | 111000001011100011100000101001011110000010111000111000001010010101011110 | e0b8e0a5e0b8e0a55e |
EUC-JP | 犧爭犧爭^ | 111000001011101011100000101001111110000010111010111000001010011101011110 | e0bae0a7e0bae0a75e |
UTF-8 | 犧爭犧爭^ | 11100111100010101010011111100111100010001010110111100111100010101010011111100111100010001010110101011110 | e78aa7e788ade78aa7e788ad5e |
UHC | 犧爭犧爭^ | 111111011111101011101110101100111111110111111010111011101011001101011110 | fdfaeeb3fdfaeeb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)