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 | ?宛}?宛{^ | 001111111000100010110110011111010011111110001000101101100111101101011110 | 3f88b67d3f88b67b5e |
EUC-JP | ?宛}?宛{^ | 001111111011000010111000011111010011111110110000101110000111101101011110 | 3fb0b87d3fb0b87b5e |
UTF-8 | 쌆宛}쌆宛{^ | 111011001000110010000110111001011010111010011011011111011110110010001100100001101110010110101110100110110111101101011110 | ec8c86e5ae9b7dec8c86e5ae9b7b5e |
UHC | 쌆宛}쌆宛{^ | 1001101011111001111010001100100001111101100110101111100111101000110010000111101101011110 | 9af9e8c87d9af9e8c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)