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 | ?要}?要{^ | 001111111001011101110110011111010011111110010111011101100111101101011110 | 3f97767d3f97767b5e |
EUC-JP | ?要}?要{^ | 001111111100110111010111011111010011111111001101110101110111101101011110 | 3fcdd77d3fcdd77b5e |
UTF-8 | 롐要}롐要{^ | 111010111010000110010000111010001010011010000001011111011110101110100001100100001110100010100110100000010111101101011110 | eba190e8a6817deba190e8a6817b5e |
UHC | 롐要}롐要{^ | 1000111011010110111010011010100101111101100011101101011011101001101010010111101101011110 | 8ed6e9a97d8ed6e9a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)