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 | 鰐睫}鰐睫{^ | 1001100001101011111000011100101001111101100110000110101111100001110010100111101101011110 | 986be1ca7d986be1ca7b5e |
EUC-JP | 鰐睫}鰐睫{^ | 1100111111001100111000101100110001111101110011111100110011100010110011000111101101011110 | cfcce2cc7dcfcce2cc7b5e |
UTF-8 | 鰐睫}鰐睫{^ | 111010011011000010010000111001111001110110101011011111011110100110110000100100001110011110011101101010110111101101011110 | e9b090e79dab7de9b090e79dab7b5e |
UHC | 鰐睫}鰐睫{^ | 1110010011001010111101001110001001111101111001001100101011110100111000100111101101011110 | e4caf4e27de4caf4e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)