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 | 紆}紆{^ | 11100010111111000111110111100010111111000111101101011110 | e2fc7de2fc7b5e |
EUC-JP | 紆}紆{^ | 11100100111111100111110111100100111111100111101101011110 | e4fe7de4fe7b5e |
UTF-8 | 紆}紆{^ | 111001111011010010000110011111011110011110110100100001100111101101011110 | e7b4867de7b4867b5e |
UHC | 紆}紆{^ | 11101001111000010111110111101001111000010111101101011110 | e9e17de9e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)