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 | ?崧}?崧{^ | 001111111111101010101111011111010011111111111010101011110111101101011110 | 3ffaaf7d3ffaaf7b5e |
EUC-JP | ?崧}?崧{^ | 0011111110001111101110111100101001111101001111111000111110111011110010100111101101011110 | 3f8fbbca7d3f8fbbca7b5e |
UTF-8 | 륺崧}륺崧{^ | 111010111010010110111010111001011011010010100111011111011110101110100101101110101110010110110100101001110111101101011110 | eba5bae5b4a77deba5bae5b4a77b5e |
UHC | 륺崧}륺崧{^ | 1001000001011000111000101111111001111101100100000101100011100010111111100111101101011110 | 9058e2fe7d9058e2fe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)