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 | ?偶}?偶{^ | 001111111000101111110100011111010011111110001011111101000111101101011110 | 3f8bf47d3f8bf47b5e |
EUC-JP | ?偶}?偶{^ | 001111111011011011110110011111010011111110110110111101100111101101011110 | 3fb6f67d3fb6f67b5e |
UTF-8 | 롐偶}롐偶{^ | 111010111010000110010000111001011000000110110110011111011110101110100001100100001110010110000001101101100111101101011110 | eba190e581b67deba190e581b67b5e |
UHC | 롐偶}롐偶{^ | 1000111011010110111010011100111101111101100011101101011011101001110011110111101101011110 | 8ed6e9cf7d8ed6e9cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)