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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臾?臾る | 11100100011010110011111111100100011010111000001011101001 | e46b3fe46b82e9 |
EUC-JP | 臾?臾る | 11100111110011000011111111100111110011001010010011101011 | e7cc3fe7cca4eb |
UTF-8 | 臾쬭臾る | 111010001000011110111110111011001010110010101101111010001000011110111110111000111000001010001011 | e887beecacade887bee3828b |
UHC | 臾쬭臾る | 1110101110101100101001110110010011101011101011001010101011101011 | ebaca764ebacaaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)