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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 閭樊粉^ | 11101000100000111001111011100110100101011011001001011110 | e8839ee695b25e |
EUC-JP | 閭樊粉^ | 11101111111000111101110011101000110010101011010001011110 | efe3dce8cab45e |
UTF-8 | 閭樊粉^ | 11101001100101101010110111100110101010001000101011100111101100101000100101011110 | e996ade6a88ae7b2895e |
UHC | 閭樊粉^ | 11010101111011111101101111100000110111011100111101011110 | d5efdbe0ddcf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)