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 | 棕姓}棕姓{^ | 1001111010100001100100001010100101111101100111101010000110010000101010010111101101011110 | 9ea190a97d9ea190a97b5e |
EUC-JP | 棕姓}棕姓{^ | 1101110010100011110000001010101101111101110111001010001111000000101010110111101101011110 | dca3c0ab7ddca3c0ab7b5e |
UTF-8 | 棕姓}棕姓{^ | 111001101010001110010101111001011010011110010011011111011110011010100011100101011110010110100111100100110111101101011110 | e6a395e5a7937de6a395e5a7937b5e |
UHC | 棕姓}棕姓{^ | 1111000011110111111000001111001101111101111100001111011111100000111100110111101101011110 | f0f7e0f37df0f7e0f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)