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 | ?悶}?悶{^ | 001111111001011011100011011111010011111110010110111000110111101101011110 | 3f96e37d3f96e37b5e |
EUC-JP | ?悶}?悶{^ | 001111111100110011100101011111010011111111001100111001010111101101011110 | 3fcce57d3fcce57b5e |
UTF-8 | 욈悶}욈悶{^ | 111011001001101010001000111001101000001010110110011111011110110010011010100010001110011010000010101101100111101101011110 | ec9a88e682b67dec9a88e682b67b5e |
UHC | 욈悶}욈悶{^ | 1011111111100000110110101011111101111101101111111110000011011010101111110111101101011110 | bfe0dabf7dbfe0dabf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)