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 | 宵睡}宵睡{^ | 1000111110101010100100001000011101111101100011111010101010010000100001110111101101011110 | 8faa90877d8faa90877b5e |
EUC-JP | 宵睡}宵睡{^ | 1011111010101100101111111110011101111101101111101010110010111111111001110111101101011110 | beacbfe77dbeacbfe77b5e |
UTF-8 | 宵睡}宵睡{^ | 111001011010111010110101111001111001110110100001011111011110010110101110101101011110011110011101101000010111101101011110 | e5aeb5e79da17de5aeb5e79da17b5e |
UHC | 宵睡}宵睡{^ | 1110000110110010111000101011001001111101111000011011001011100010101100100111101101011110 | e1b2e2b27de1b2e2b27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)