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 | 쏡晨}쏡晨{^ | 111011001000111110100001111001101001100110101000011111011110110010001111101000011110011010011001101010000111101101011110 | ec8fa1e699a87dec8fa1e699a87b5e |
UHC | 쏡晨}쏡晨{^ | 1001110001000100111000111110011101111101100111000100010011100011111001110111101101011110 | 9c44e3e77d9c44e3e77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)