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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 묨묬뫛뫅^ | 11101011101011001010100011101011101011001010110011101011101010111001101111101011101010111000010101011110 | ebaca8ebacacebab9bebab855e |
UHC | 묨묬뫛뫅^ | 100100100100000110010010010000111001000110111011100100011010100001011110 | 9241924391bb91a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)