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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鏥雉戰^ | 11101000010101001110100010110011100111010100010001011110 | e854e8b39d445e |
EUC-JP | 鏥雉戰^ | 11101111101101011111000010110101110110011010010101011110 | efb5f0b5d9a55e |
UTF-8 | 鏥雉戰^ | 11101001100011111010010111101001100110111000100111100110100010001011000001011110 | e98fa5e99b89e688b05e |
UHC | ?雉戰^ | 001111111111011011001011111011101111101001011110 | 3ff6cbeefa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)