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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | テヲツδコF | 11000011101001101100001010000011110000101011101001000110 | c3a6c283c2ba46 |
EUC-JP | テヲツδコF | 1000111011000011100011101010011010001110110000101010011011000100100011101011101001000110 | 8ec38ea68ec2a6c48eba46 |
UTF-8 | テヲツδコF | 111011111011111010000011111011111011110110100110111011111011111010000010110011101011010011101111101111011011101001000110 | efbe83efbda6efbe82ceb4efbdba46 |
UHC | ???δ?F | 00111111001111110011111110100101111001000011111101000110 | 3f3f3fa5e43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)