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 | ?願}?願{^ | 001111111000101011101000011111010011111110001010111010000111101101011110 | 3f8ae87d3f8ae87b5e |
EUC-JP | ?願}?願{^ | 001111111011010011101010011111010011111110110100111010100111101101011110 | 3fb4ea7d3fb4ea7b5e |
UTF-8 | 삼願}삼願{^ | 111011001000001010111100111010011010000110011000011111011110110010000010101111001110100110100001100110000111101101011110 | ec82bce9a1987dec82bce9a1987b5e |
UHC | 삼願}삼願{^ | 1011101111101111111010101100001101111101101110111110111111101010110000110111101101011110 | bbefeac37dbbefeac37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)