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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?晨}?晨{^ | 001111111001110111101101011111010011111110011101111011010111101101011110 | 3f9ded7d3f9ded7b5e |
EUC-JP | ?晨}?晨{^ | 001111111101101011101111011111010011111111011010111011110111101101011110 | 3fdaef7d3fdaef7b5e |
UTF-8 | 똄晨}똄晨{^ | 111010111001100010000100111001101001100110101000011111011110101110011000100001001110011010011001101010000111101101011110 | eb9884e699a87deb9884e699a87b5e |
UHC | 똄晨}똄晨{^ | 1000110001000101111000111110011101111101100011000100010111100011111001110111101101011110 | 8c45e3e77d8c45e3e77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)