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 | ?棉}?棉{^ | 001111111001011011000111011111010011111110010110110001110111101101011110 | 3f96c77d3f96c77b5e |
EUC-JP | ?棉}?棉{^ | 001111111100110011001001011111010011111111001100110010010111101101011110 | 3fccc97d3fccc97b5e |
UTF-8 | 씬棉}씬棉{^ | 111011001001010010101100111001101010001110001001011111011110110010010100101011001110011010100011100010010111101101011110 | ec94ace6a3897dec94ace6a3897b5e |
UHC | 씬棉}씬棉{^ | 1011111011000000110110001111011001111101101111101100000011011000111101100111101101011110 | bec0d8f67dbec0d8f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)