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 | 睿熾}睿熾{^ | 1110000111001101111000001001010101111101111000011100110111100000100101010111101101011110 | e1cde0957de1cde0957b5e |
EUC-JP | 睿熾}睿熾{^ | 1110001011001111110111111111010101111101111000101100111111011111111101010111101101011110 | e2cfdff57de2cfdff57b5e |
UTF-8 | 睿熾}睿熾{^ | 111001111001110110111111111001111000011010111110011111011110011110011101101111111110011110000110101111100111101101011110 | e79dbfe786be7de79dbfe786be7b5e |
UHC | 睿熾}睿熾{^ | 1110011111011010111101101011111101111101111001111101101011110110101111110111101101011110 | e7daf6bf7de7daf6bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)