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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 個}個{^ | 10001100110000100111110110001100110000100111101101011110 | 8cc27d8cc27b5e |
EUC-JP | 個}個{^ | 10111000110001000111110110111000110001000111101101011110 | b8c47db8c47b5e |
UTF-8 | 個}個{^ | 111001011000000010001011011111011110010110000000100010110111101101011110 | e5808b7de5808b7b5e |
UHC | 個}個{^ | 11001011110000010111110111001011110000010111101101011110 | cbc17dcbc17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)