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 | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
SJIS-WIN | テδ凝δ。^F | 11000011100000111100001010001011110000111000001111000010101000010101111001000110 | c383c28bc383c2a15e46 |
EUC-JP | テδ凝δ。^F | 100011101100001110100110110001001011011011000101101001101100010010001110101000010101111001000110 | 8ec3a6c4b6c5a6c48ea15e46 |
UTF-8 | テδ凝δ。^F | 111011111011111010000011110011101011010011100101100001111001110111001110101101001110111110111101101000010101111001000110 | efbe83ceb4e5879dceb4efbda15e46 |
UHC | ?δ凝δ?^F | 00111111101001011110010011101011111010101010010111100100001111110101111001000110 | 3fa5e4ebeaa5e43f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)