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 | 亡}亡{^ | 10010110010100110111110110010110010100110111101101011110 | 96537d96537b5e |
EUC-JP | 亡}亡{^ | 11001011101101000111110111001011101101000111101101011110 | cbb47dcbb47b5e |
UTF-8 | 亡}亡{^ | 111001001011101010100001011111011110010010111010101000010111101101011110 | e4baa17de4baa17b5e |
UHC | 亡}亡{^ | 11011000110011000111110111011000110011000111101101011110 | d8cc7dd8cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)