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 | ?艶}?艶{^ | 001111111000100110010000011111010011111110001001100100000111101101011110 | 3f89907d3f89907b5e |
EUC-JP | ?艶}?艶{^ | 001111111011000111110000011111010011111110110001111100000111101101011110 | 3fb1f07d3fb1f07b5e |
UTF-8 | 쒔艶}쒔艶{^ | 111011001001001010010100111010001000100110110110011111011110110010010010100101001110100010001001101101100111101101011110 | ec9294e889b67dec9294e889b67b5e |
UHC | 쒔艶}쒔艶{^ | 1011111010101101111001101111110101111101101111101010110111100110111111010111101101011110 | beade6fd7dbeade6fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)