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 | 鴦善}鴦善{^ | 1110100111110001100100010101000001111101111010011111000110010001010100000111101101011110 | e9f191507de9f191507b5e |
EUC-JP | 鴦善}鴦善{^ | 1111001011110011110000011011000101111101111100101111001111000001101100010111101101011110 | f2f3c1b17df2f3c1b17b5e |
UTF-8 | 鴦善}鴦善{^ | 111010011011010010100110111001011001011010000100011111011110100110110100101001101110010110010110100001000111101101011110 | e9b4a6e596847de9b4a6e596847b5e |
UHC | 鴦善}鴦善{^ | 1110010011101100111000001011110001111101111001001110110011100000101111000111101101011110 | e4ece0bc7de4ece0bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)