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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 豁・[豁・[^ | 111001101010110110100101010110111110011010101101101001010101101101011110 | e6ada55be6ada55b5e |
EUC-JP | 豁・[豁・[^ | 1110110010101111100011101010010101011011111011001010111110001110101001010101101101011110 | ecaf8ea55becaf8ea55b5e |
UTF-8 | 豁・[豁・[^ | 111010001011000110000001111011111011110110100101010110111110100010110001100000011110111110111101101001010101101101011110 | e8b181efbda55be8b181efbda55b5e |
UHC | 豁?[豁?[^ | 111111001100001100111111010110111111110011000011001111110101101101011110 | fcc33f5bfcc33f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)