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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 贈尊贈測^ | 100100011010000110010001101110001001000110100001100100011010101001011110 | 91a191b891a191aa5e |
EUC-JP | 贈尊贈測^ | 110000101010001111000010101110101100001010100011110000101010110001011110 | c2a3c2bac2a3c2ac5e |
UTF-8 | 贈尊贈測^ | 11101000101101001000100011100101101100001000101011101000101101001000100011100110101110001010110001011110 | e8b488e5b08ae8b488e6b8ac5e |
UHC | 贈尊贈測^ | 111100011111110011110000111011101111000111111100111101101011010001011110 | f1fcf0eef1fcf6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)