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 | ?i?P}?i?P{^ | 0011111101101001001111110101000001111101001111110110100100111111010100000111101101011110 | 3f693f507d3f693f507b5e |
SJIS-WIN | ?i?P}?i?P{^ | 0011111101101001001111110101000001111101001111110110100100111111010100000111101101011110 | 3f693f507d3f693f507b5e |
EUC-JP | ?i?P}?i?P{^ | 0011111101101001001111110101000001111101001111110110100100111111010100000111101101011110 | 3f693f507d3f693f507b5e |
UTF-8 | 혺i혩P}혺i혩P{^ | 11101101100110001011101001101001111011011001100010101001010100000111110111101101100110001011101001101001111011011001100010101001010100000111101101011110 | ed98ba69ed98a9507ded98ba69ed98a9507b5e |
UHC | 혺i혩P}혺i혩P{^ | 110000101001111101101001110000101001000101010000011111011100001010011111011010011100001010010001010100000111101101011110 | c29f69c291507dc29f69c291507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)