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 | 問}問{^ | 10010110111000100111110110010110111000100111101101011110 | 96e27d96e27b5e |
EUC-JP | 問}問{^ | 11001100111001000111110111001100111001000111101101011110 | cce47dcce47b5e |
UTF-8 | 問}問{^ | 111001011001010110001111011111011110010110010101100011110111101101011110 | e5958f7de5958f7b5e |
UHC | 問}問{^ | 11011001111111010111110111011001111111010111101101011110 | d9fd7dd9fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)